#571B8E

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

Shades of Kingfisher Daisy #571B8E

Tints of Kingfisher Daisy #571B8E

Color information

#571B8E (or 0x571B8E) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1B and 8E. RGB value is (87,27,142). Sum of RGB (Red+Green+Blue) = 87+27+142=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 27 (10.94% from 255 or 10.55% from 256); Blue value is 142 (55.86% from 255 or 55.47% from 256); Max value from RGB is 142 - color contains mainly: blue. Hex color #571B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571B8E is #A8E471. Grayscale: #393939. Windows color (decimal): -11068530 or 9313111. OLE color: 9313111.

HSL color Cylindrical-coordinate representation of color #571B8E: hue angle of 271.3º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #571B8E is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8727142-
CMYK0.390.8100.44
HSL271.3º68.05%33.14%-
HSV(B)271.3º80.99%55.69%-
XYZ9.24.7626.03-
YUV58.05175.38148.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.98%
GREEN value IS 27 (10.94% from 255) = 10.55%
BLUE value IS 142 (55.86% from 255) = 55.47%
R=33.98%
G=10.55%
B=55.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal87271420.390.8100.44271.368.0533.14
Hex571B8E275102C10f4421
Octal127332164712105441710441
Binary10101111101110001110100111101000101011001000011111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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