Html Css Color HEX #574276 Kingfisher Daisy

📋 copy color: '#574276'

red 87 ◦ green 66 ◦ blue 118

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

Shades of Kingfisher Daisy #574276

Tints of Kingfisher Daisy #574276

RGB

 RED value IS 87 (34.38% from 255) = 32.1%

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 32.1%
G = 24.35%
B = 43.54%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574276 (or 0x574276) is known color: Kingfisher Daisy. HEX triplet: 57, 42 and 76. RGB value is (87,66,118). Sum of RGB (Red+Green+Blue) = 87+66+118=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 118 - color contains mainly: blue. Hex color #574276 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574276 is #A8BD89. Grayscale: #4E4E4E. Windows color (decimal): -11058570 or 7750231. OLE color: 7750231.

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

Color convert

RGB 87 66 118 -
CMYK 0.26 0.44 0 0.54
HSL 264.23º 0.28% 0.36% -
HSV(B) 264.23º 0.44% 0.46% -
XYZ 9.15 7.23 18.05 -
YUV 78.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 87 66 118 0.26 0.44 0 0.54 264.23 0.28 0.36
Hex 57 42 76 1A 2C 0 36 108 1C 24
Octal 127 102 166 32 54 0 66 410 34 44
Binary 1010111 1000010 1110110 11010 101100 0 110110 100001000 11100 100100

Color Harmonies of #574276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574276

Black with #574276

Text Example


Text Example

White with #574276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574276; }

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

 H1.HeaderClassName
 {
   color: #574276;
 }
 .AnyTagClassName
 {
   color: #574276;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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