Html Css Color HEX #573777 Kingfisher Daisy

📋 copy color: '#573777'

red 87 ◦ green 55 ◦ blue 119

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

Shades of Kingfisher Daisy #573777

Tints of Kingfisher Daisy #573777

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

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

R = 33.33%
G = 21.07%
B = 45.59%

CMYK

 C value IS 0.27

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#573777 (or 0x573777) is known color: Kingfisher Daisy. HEX triplet: 57, 37 and 77. RGB value is (87,55,119). Sum of RGB (Red+Green+Blue) = 87+55+119=261 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.33% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 119 (46.88% from 255 or 45.59% from 261); Max value from RGB is 119 - color contains mainly: blue. Hex color #573777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #573777 is #A8C888. Grayscale: #474747. Windows color (decimal): -11061385 or 7812951. OLE color: 7812951.

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

Color convert

RGB 87 55 119 -
CMYK 0.27 0.54 0 0.53
HSL 270º 0.37% 0.34% -
HSV(B) 270º 0.54% 0.47% -
XYZ 8.63 6.09 18.17 -
YUV 71.86 154.6 138.8 -
System Red Green Blue C M Y K H S L
Decimal 87 55 119 0.27 0.54 0 0.53 270 0.37 0.34
Hex 57 37 77 1B 36 0 35 10E 25 22
Octal 127 67 167 33 66 0 65 416 45 42
Binary 1010111 110111 1110111 11011 110110 0 110101 100001110 100101 100010

Color Harmonies of #573777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573777

Black with #573777

Text Example


Text Example

White with #573777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573777; }

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

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

background-color css

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

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

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

border-color css

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

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

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