Html Css Color HEX #575C77 Comet

📋 copy color: '#575C77'

red 87 ◦ green 92 ◦ blue 119

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

Shades of Comet #575C77

Tints of Comet #575C77

RGB

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

 GREEN value IS 92 (36.33% from 255) = 30.87%

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

R = 29.19%
G = 30.87%
B = 39.93%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575C77 (or 0x575C77) is known color: Comet. HEX triplet: 57, 5C and 77. RGB value is (87,92,119). Sum of RGB (Red+Green+Blue) = 87+92+119=298 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.19% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 119 (46.88% from 255 or 39.93% from 298); Max value from RGB is 119 - color contains mainly: blue. Hex color #575C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C77 is #A8A388. Grayscale: #5D5D5D. Windows color (decimal): -11051913 or 7822423. OLE color: 7822423.

HSL color Cylindrical-coordinate representation of color #575C77: hue angle of 230.62º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #575C77 is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 87 92 119 -
CMYK 0.27 0.23 0 0.53
HSL 230.63º 0.16% 0.4% -
HSV(B) 230.63º 0.27% 0.47% -
XYZ 11.09 11.01 18.99 -
YUV 93.58 142.34 123.3 -
System Red Green Blue C M Y K H S L
Decimal 87 92 119 0.27 0.23 0 0.53 230.63 0.16 0.4
Hex 57 5C 77 1B 17 0 35 E7 10 28
Octal 127 134 167 33 27 0 65 347 20 50
Binary 1010111 1011100 1110111 11011 10111 0 110101 11100111 10000 101000

Color Harmonies of #575C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C77

Black with #575C77

Text Example


Text Example

White with #575C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575C77; }

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

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

background-color css

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

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

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

border-color css

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

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

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