#574072

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

Shades of Kingfisher Daisy #574072

Tints of Kingfisher Daisy #574072

Color information

#574072 (or 0x574072) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 40 and 72. RGB value is (87,64,114). Sum of RGB (Red+Green+Blue) = 87+64+114=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 114 (44.92% from 255 or 43.02% from 265); Max value from RGB is 114 - color contains mainly: blue. Hex color #574072 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574072 is #A8BF8D. Grayscale: #4C4C4C. Windows color (decimal): -11059086 or 7487575. OLE color: 7487575.

HSL color Cylindrical-coordinate representation of color #574072: hue angle of 267.6º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574072 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8764114-
CMYK0.240.4400.55
HSL267.6º28.09%34.9%-
HSV(B)267.6º43.86%44.71%-
XYZ8.86.9116.79-
YUV76.58149.12135.43-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.83%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 114 (44.92% from 255) = 43.02%
R=32.83%
G=24.15%
B=43.02%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87641140.240.4400.55267.628.0934.9
Hex574072182C03710c1c23
Octal12710016230540674143443
Binary10101111000000111001011000101100011011110000110011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574072; }

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

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

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

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

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

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

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

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