Html Css Color HEX #574072 Kingfisher Daisy

📋 copy color: '#574072'

red 87 ◦ green 64 ◦ blue 114

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

Shades of Kingfisher Daisy #574072

Tints of Kingfisher Daisy #574072

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 value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

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

RGB 87 64 114 -
CMYK 0.24 0.44 0 0.55
HSL 267.6º 0.28% 0.35% -
HSV(B) 267.6º 0.44% 0.45% -
XYZ 8.8 6.91 16.79 -
YUV 76.58 149.12 135.43 -
System Red Green Blue C M Y K H S L
Decimal 87 64 114 0.24 0.44 0 0.55 267.6 0.28 0.35
Hex 57 40 72 18 2C 0 37 10C 1C 23
Octal 127 100 162 30 54 0 67 414 34 43
Binary 1010111 1000000 1110010 11000 101100 0 110111 100001100 11100 100011

Color Harmonies of #574072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574072

Black with #574072

Text Example


Text Example

White with #574072

Text Example


Text Example

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