Html Css Color HEX #573F77 Kingfisher Daisy

📋 copy color: '#573F77'

red 87 ◦ green 63 ◦ blue 119

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

Shades of Kingfisher Daisy #573F77

Tints of Kingfisher Daisy #573F77

RGB

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

 GREEN value IS 63 (25% from 255) = 23.42%

 BLUE value IS 119 (46.88% from 255) = 44.24%

R = 32.34%
G = 23.42%
B = 44.24%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573F77 (or 0x573F77) is known color: Kingfisher Daisy. HEX triplet: 57, 3F and 77. RGB value is (87,63,119). Sum of RGB (Red+Green+Blue) = 87+63+119=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 63 (25% from 255 or 23.42% from 269); Blue value is 119 (46.88% from 255 or 44.24% from 269); Max value from RGB is 119 - color contains mainly: blue. Hex color #573F77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573F77 is #A8C088. Grayscale: #4C4C4C. Windows color (decimal): -11059337 or 7814999. OLE color: 7814999.

HSL color Cylindrical-coordinate representation of color #573F77: hue angle of 265.71º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #573F77 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 63 119 -
CMYK 0.27 0.47 0 0.53
HSL 265.71º 0.31% 0.36% -
HSV(B) 265.71º 0.47% 0.47% -
XYZ 9.04 6.91 18.31 -
YUV 76.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 87 63 119 0.27 0.47 0 0.53 265.71 0.31 0.36
Hex 57 3F 77 1B 2F 0 35 10A 1F 24
Octal 127 77 167 33 57 0 65 412 37 44
Binary 1010111 111111 1110111 11011 101111 0 110101 100001010 11111 100100

Color Harmonies of #573F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573F77

Black with #573F77

Text Example


Text Example

White with #573F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573F77; }

 p { color: rgb(87,63,119); }

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

background-color css

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

 a { background-color: rgb(87,63,119); }

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

border-color css

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

 span { border-color: rgb(87,63,119); }

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