#571E8C

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

Shades of Kingfisher Daisy #571E8C

Tints of Kingfisher Daisy #571E8C

Color information

#571E8C (or 0x571E8C) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 1E and 8C. RGB value is (87,30,140). Sum of RGB (Red+Green+Blue) = 87+30+140=257 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.85% from 257); Green value is 30 (12.11% from 255 or 11.67% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #571E8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #571E8C is #A8E173. Grayscale: #3B3B3B. Windows color (decimal): -11067764 or 9182807. OLE color: 9182807.

HSL color Cylindrical-coordinate representation of color #571E8C: hue angle of 271.09º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571E8C is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8730140-
CMYK0.380.7900.45
HSL271.09º64.71%33.33%-
HSV(B)271.09º78.57%54.9%-
XYZ9.134.8525.27-
YUV59.58173.38147.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 33.85%
GREEN value IS 30 (12.11% from 255) = 11.67%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=33.85%
G=11.67%
B=54.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal87301400.380.7900.45271.0964.7133.33
Hex571E8C264F02D10f4121
Octal127362144611705541710141
Binary10101111111010001100100110100111101011011000011111000001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #571E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,30,140); }

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

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

 a { background-color: rgb(87,30,140); }

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

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

 span { border-color: rgb(87,30,140); }

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