#574276

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

Shades of Kingfisher Daisy #574276

Tints of Kingfisher Daisy #574276

Color information

#574276 (or 0x574276) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 42 and 76. RGB value is (87,66,118). Sum of RGB (Red+Green+Blue) = 87+66+118=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #574276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574276 is #A8BD89. Grayscale: #4E4E4E. Windows color (decimal): -11058570 or 7750231. OLE color: 7750231.

HSL color Cylindrical-coordinate representation of color #574276: hue angle of 264.23º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574276 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8766118-
CMYK0.260.4400.54
HSL264.23º28.26%36.08%-
HSV(B)264.23º44.07%46.27%-
XYZ9.157.2318.05-
YUV78.21150.46134.27-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.10%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 118 (46.48% from 255) = 43.54%
R=32.10%
G=24.35%
B=43.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87661180.260.4400.54264.2328.2636.08
Hex5742761A2C0361081c24
Octal12710216632540664103444
Binary10101111000010111011011010101100011011010000100011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574276; }

 p { color: rgb(87,66,118); }

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

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

 a { background-color: rgb(87,66,118); }

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

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

 span { border-color: rgb(87,66,118); }

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