Html Css Color HEX #574073 Kingfisher Daisy

📋 copy color: '#574073'

red 87 ◦ green 64 ◦ blue 115

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

Shades of Kingfisher Daisy #574073

Tints of Kingfisher Daisy #574073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 43.23%

R = 32.71%
G = 24.06%
B = 43.23%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#574073 (or 0x574073) is known color: Kingfisher Daisy. HEX triplet: 57, 40 and 73. RGB value is (87,64,115). Sum of RGB (Red+Green+Blue) = 87+64+115=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 115 (45.31% from 255 or 43.23% from 266); Max value from RGB is 115 - color contains mainly: blue. Hex color #574073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #574073 is #A8BF8C. Grayscale: #4C4C4C. Windows color (decimal): -11059085 or 7553111. OLE color: 7553111.

HSL color Cylindrical-coordinate representation of color #574073: hue angle of 267.06º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #574073 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 64 115 -
CMYK 0.24 0.44 0 0.55
HSL 267.06º 0.28% 0.35% -
HSV(B) 267.06º 0.44% 0.45% -
XYZ 8.86 6.93 17.09 -
YUV 76.69 149.62 135.35 -
System Red Green Blue C M Y K H S L
Decimal 87 64 115 0.24 0.44 0 0.55 267.06 0.28 0.35
Hex 57 40 73 18 2C 0 37 10B 1C 23
Octal 127 100 163 30 54 0 67 413 34 43
Binary 1010111 1000000 1110011 11000 101100 0 110111 100001011 11100 100011

Color Harmonies of #574073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574073

Black with #574073

Text Example


Text Example

White with #574073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574073; }

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

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

background-color css

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

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

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

border-color css

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

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

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