Html Css Color HEX #574279 Kingfisher Daisy

📋 copy color: '#574279'

red 87 ◦ green 66 ◦ blue 121

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

Shades of Kingfisher Daisy #574279

Tints of Kingfisher Daisy #574279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.16%

R = 31.75%
G = 24.09%
B = 44.16%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#574279 (or 0x574279) is known color: Kingfisher Daisy. HEX triplet: 57, 42 and 79. RGB value is (87,66,121). Sum of RGB (Red+Green+Blue) = 87+66+121=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 66 (26.17% from 255 or 24.09% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 121 - color contains mainly: blue. Hex color #574279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574279 is #A8BD86. Grayscale: #4E4E4E. Windows color (decimal): -11058567 or 7946839. OLE color: 7946839.

HSL color Cylindrical-coordinate representation of color #574279: hue angle of 262.91º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #574279 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 66 121 -
CMYK 0.28 0.45 0 0.53
HSL 262.91º 0.29% 0.37% -
HSV(B) 262.91º 0.45% 0.47% -
XYZ 9.33 7.3 19.01 -
YUV 78.55 151.96 134.03 -
System Red Green Blue C M Y K H S L
Decimal 87 66 121 0.28 0.45 0 0.53 262.91 0.29 0.37
Hex 57 42 79 1C 2D 0 35 107 1D 25
Octal 127 102 171 34 55 0 65 407 35 45
Binary 1010111 1000010 1111001 11100 101101 0 110101 100000111 11101 100101

Color Harmonies of #574279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574279

Black with #574279

Text Example


Text Example

White with #574279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574279; }

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

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

background-color css

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

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

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

border-color css

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

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

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