Html Css Color HEX #574272 Kingfisher Daisy

📋 copy color: '#574272'

red 87 ◦ green 66 ◦ blue 114

#574272
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #574272

Tints of Kingfisher Daisy #574272

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.7%

R = 32.58%
G = 24.72%
B = 42.7%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574272 (or 0x574272) is known color: 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

RGB 87 66 114 -
CMYK 0.24 0.42 0 0.55
HSL 266.25º 0.27% 0.35% -
HSV(B) 266.25º 0.42% 0.45% -
XYZ 8.92 7.14 16.83 -
YUV 77.75 148.46 134.6 -
System Red Green Blue C M Y K H S L
Decimal 87 66 114 0.24 0.42 0 0.55 266.25 0.27 0.35
Hex 57 42 72 18 2A 0 37 10A 1B 23
Octal 127 102 162 30 52 0 67 412 33 43
Binary 1010111 1000010 1110010 11000 101010 0 110111 100001010 11011 100011

Color Harmonies of #574272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574272

Black with #574272

Text Example


Text Example

White with #574272

Text Example


Text Example

HTML Codes & Css Web 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>