#574076

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

Shades of Kingfisher Daisy #574076

Tints of Kingfisher Daisy #574076

Color information

#574076 (or 0x574076) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 40 and 76. RGB value is (87,64,118). Sum of RGB (Red+Green+Blue) = 87+64+118=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #574076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574076 is #A8BF89. Grayscale: #4C4C4C. Windows color (decimal): -11059082 or 7749719. OLE color: 7749719.

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

Color convert

RGB8764118-
CMYK0.260.4600.54
HSL265.56º29.67%35.69%-
HSV(B)265.56º45.76%46.27%-
XYZ9.03718.01-
YUV77.03151.12135.11-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.34%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=32.34%
G=23.79%
B=43.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal87641180.260.4600.54265.5629.6735.69
Hex5740761A2E03610a1e24
Octal12710016632560664123644
Binary10101111000000111011011010101110011011010000101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574076; }

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

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

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

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

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

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

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

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