#574272

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

Shades of Kingfisher Daisy #574272

Tints of Kingfisher Daisy #574272

Color information

#574272 (or 0x574272) is unknown color: approx Kingfisher Daisy. HEX triplet: 57, 42 and 72. RGB value is (87,66,114). Sum of RGB (Red+Green+Blue) = 87+66+114=267 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.58% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 114 (44.92% from 255 or 42.70% from 267); Max value from RGB is 114 - color contains mainly: blue. Hex color #574272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574272 is #A8BD8D. Grayscale: #4D4D4D. Windows color (decimal): -11058574 or 7488087. OLE color: 7488087.

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

Color convert

RGB8766114-
CMYK0.240.4200.55
HSL266.25º26.67%35.29%-
HSV(B)266.25º42.11%44.71%-
XYZ8.927.1416.83-
YUV77.75148.46134.6-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 32.58%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 114 (44.92% from 255) = 42.70%
R=32.58%
G=24.72%
B=42.70%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal87661140.240.4200.55266.2526.6735.29
Hex574272182A03710a1b23
Octal12710216230520674123343
Binary10101111000010111001011000101010011011110000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574272; }

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

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

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

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

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

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

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

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