Html Css Color HEX #574275 Kingfisher Daisy

📋 copy color: '#574275'

red 87 ◦ green 66 ◦ blue 117

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

Shades of Kingfisher Daisy #574275

Tints of Kingfisher Daisy #574275

RGB

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

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

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

R = 32.22%
G = 24.44%
B = 43.33%

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

#574275 (or 0x574275) is known color: Kingfisher Daisy. HEX triplet: 57, 42 and 75. RGB value is (87,66,117). Sum of RGB (Red+Green+Blue) = 87+66+117=270 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.22% from 270); Green value is 66 (26.17% from 255 or 24.44% from 270); Blue value is 117 (46.09% from 255 or 43.33% from 270); Max value from RGB is 117 - color contains mainly: blue. Hex color #574275 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574275 is #A8BD8A. Grayscale: #4D4D4D. Windows color (decimal): -11058571 or 7684695. OLE color: 7684695.

HSL color Cylindrical-coordinate representation of color #574275: hue angle of 264.71º 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 #574275 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 66 117 -
CMYK 0.26 0.44 0 0.54
HSL 264.71º 0.28% 0.36% -
HSV(B) 264.71º 0.44% 0.46% -
XYZ 9.09 7.21 17.74 -
YUV 78.09 149.96 134.35 -
System Red Green Blue C M Y K H S L
Decimal 87 66 117 0.26 0.44 0 0.54 264.71 0.28 0.36
Hex 57 42 75 1A 2C 0 36 109 1C 24
Octal 127 102 165 32 54 0 66 411 34 44
Binary 1010111 1000010 1110101 11010 101100 0 110110 100001001 11100 100100

Color Harmonies of #574275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574275

Black with #574275

Text Example


Text Example

White with #574275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574275; }

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

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

background-color css

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

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

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

border-color css

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

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

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