Html Css Color HEX #574175 Kingfisher Daisy

📋 copy color: '#574175'

red 87 ◦ green 65 ◦ blue 117

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

Shades of Kingfisher Daisy #574175

Tints of Kingfisher Daisy #574175

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 32.34%
G = 24.16%
B = 43.49%

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

#574175 (or 0x574175) is known color: Kingfisher Daisy. HEX triplet: 57, 41 and 75. RGB value is (87,65,117). Sum of RGB (Red+Green+Blue) = 87+65+117=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 117 (46.09% from 255 or 43.49% from 269); Max value from RGB is 117 - color contains mainly: blue. Hex color #574175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574175 is #A8BE8A. Grayscale: #4D4D4D. Windows color (decimal): -11058827 or 7684439. OLE color: 7684439.

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

Color convert

RGB 87 65 117 -
CMYK 0.26 0.44 0 0.54
HSL 265.38º 0.29% 0.36% -
HSV(B) 265.38º 0.44% 0.46% -
XYZ 9.03 7.09 17.72 -
YUV 77.51 150.29 134.77 -
System Red Green Blue C M Y K H S L
Decimal 87 65 117 0.26 0.44 0 0.54 265.38 0.29 0.36
Hex 57 41 75 1A 2C 0 36 109 1D 24
Octal 127 101 165 32 54 0 66 411 35 44
Binary 1010111 1000001 1110101 11010 101100 0 110110 100001001 11101 100100

Color Harmonies of #574175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574175

Black with #574175

Text Example


Text Example

White with #574175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574175; }

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

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

background-color css

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

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

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

border-color css

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

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

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