Html Css Color HEX #574075 Kingfisher Daisy

📋 copy color: '#574075'

red 87 ◦ green 64 ◦ blue 117

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

Shades of Kingfisher Daisy #574075

Tints of Kingfisher Daisy #574075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.88%

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

R = 32.46%
G = 23.88%
B = 43.66%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#574075 (or 0x574075) is known color: Kingfisher Daisy. HEX triplet: 57, 40 and 75. RGB value is (87,64,117). Sum of RGB (Red+Green+Blue) = 87+64+117=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 117 - color contains mainly: blue. Hex color #574075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574075 is #A8BF8A. Grayscale: #4C4C4C. Windows color (decimal): -11059083 or 7684183. OLE color: 7684183.

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

Color convert

RGB 87 64 117 -
CMYK 0.26 0.45 0 0.54
HSL 266.04º 0.29% 0.35% -
HSV(B) 266.04º 0.45% 0.46% -
XYZ 8.97 6.98 17.7 -
YUV 76.92 150.62 135.19 -
System Red Green Blue C M Y K H S L
Decimal 87 64 117 0.26 0.45 0 0.54 266.04 0.29 0.35
Hex 57 40 75 1A 2D 0 36 10A 1D 23
Octal 127 100 165 32 55 0 66 412 35 43
Binary 1010111 1000000 1110101 11010 101101 0 110110 100001010 11101 100011

Color Harmonies of #574075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574075

Black with #574075

Text Example


Text Example

White with #574075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574075; }

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

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

background-color css

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

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

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

border-color css

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

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

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