#571b7f

Color #571B7F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #571B7F

Tints of Kingfisher Daisy #571B7F

Color information

#571B7F (or 0x571B7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1B and 7F. RGB value is (87,27,127). Sum of RGB (Red+Green+Blue) = 87+27+127=241 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.10% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #571B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571B7F is #A8E480. Grayscale: #383838. Windows color (decimal): -11068545 or 8330071. OLE color: 8330071.

HSL color Cylindrical-coordinate representation of color #571B7F: hue angle of 276º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571B7F is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8727127-
CMYK0.310.7900.50
HSL276º64.94%30.2%-
HSV(B)276º78.74%49.8%-
XYZ8.154.3420.49-
YUV56.34167.88149.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 87 (34.38% from 255) = 36.10%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 127 (50% from 255) = 52.70%
R=36.10%
G=11.20%
B=52.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal87271270.310.7900.5027664.9430.2
Hex571B7F1F4F032114411e
Octal127331773711706242410136
Binary10101111101111111111111110011110110010100010100100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571b7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #571b7f; }

 p { color: rgb(87,27,127); }

 H1.HeaderClassName
 {
   color: #571b7f;
 }
 .AnyTagClassName
 {
   color: #571b7f;
 }
</style>
background-color css

<style>
 a { background-color: #571b7f; }

 a { background-color: rgb(87,27,127); }

 div.DivClassName
 {
   background-color: #571b7f;
 }
 .BgClassName
 {
   background-color: #571b7f;
 }
</style>
border-color css

<style>
 span { border-color: #571b7f; }

 span { border-color: rgb(87,27,127); }

 td.TdClassName
 {
   border-color: #571b7f;
 }
 .TagClassName
 {
   border-color: #571b7f;
 }
</style>