Html Css Color HEX #574475 Kingfisher Daisy

📋 copy color: '#574475'

red 87 ◦ green 68 ◦ blue 117

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

Shades of Kingfisher Daisy #574475

Tints of Kingfisher Daisy #574475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

 BLUE value IS 117 (46.09% from 255) = 43.01%

R = 31.99%
G = 25%
B = 43.01%

CMYK

 C value IS 0.26

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574475 (or 0x574475) is known color: Kingfisher Daisy. HEX triplet: 57, 44 and 75. RGB value is (87,68,117). Sum of RGB (Red+Green+Blue) = 87+68+117=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 117 - color contains mainly: blue. Hex color #574475 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574475 is #A8BB8A. Grayscale: #4F4F4F. Windows color (decimal): -11058059 or 7685207. OLE color: 7685207.

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

Color convert

RGB 87 68 117 -
CMYK 0.26 0.42 0 0.54
HSL 263.27º 0.26% 0.36% -
HSV(B) 263.27º 0.42% 0.46% -
XYZ 9.21 7.44 17.78 -
YUV 79.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 87 68 117 0.26 0.42 0 0.54 263.27 0.26 0.36
Hex 57 44 75 1A 2A 0 36 107 1A 24
Octal 127 104 165 32 52 0 66 407 32 44
Binary 1010111 1000100 1110101 11010 101010 0 110110 100000111 11010 100100

Color Harmonies of #574475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574475

Black with #574475

Text Example


Text Example

White with #574475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574475; }

 p { color: rgb(87,68,117); }

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

background-color css

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

 a { background-color: rgb(87,68,117); }

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

border-color css

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

 span { border-color: rgb(87,68,117); }

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