Html Css Color HEX #575C79 Comet

📋 copy color: '#575C79'

red 87 ◦ green 92 ◦ blue 121

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

Shades of Comet #575C79

Tints of Comet #575C79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 40.33%

R = 29%
G = 30.67%
B = 40.33%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#575C79 (or 0x575C79) is known color: Comet. HEX triplet: 57, 5C and 79. RGB value is (87,92,121). Sum of RGB (Red+Green+Blue) = 87+92+121=300 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 121 (47.66% from 255 or 40.33% from 300); Max value from RGB is 121 - color contains mainly: blue. Hex color #575C79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575C79 is #A8A386. Grayscale: #5D5D5D. Windows color (decimal): -11051911 or 7953495. OLE color: 7953495.

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

Color convert

RGB 87 92 121 -
CMYK 0.28 0.24 0 0.53
HSL 231.18º 0.16% 0.41% -
HSV(B) 231.18º 0.28% 0.47% -
XYZ 11.21 11.06 19.63 -
YUV 93.81 143.34 123.14 -
System Red Green Blue C M Y K H S L
Decimal 87 92 121 0.28 0.24 0 0.53 231.18 0.16 0.41
Hex 57 5C 79 1C 18 0 35 E7 10 29
Octal 127 134 171 34 30 0 65 347 20 51
Binary 1010111 1011100 1111001 11100 11000 0 110101 11100111 10000 101001

Color Harmonies of #575C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575C79

Black with #575C79

Text Example


Text Example

White with #575C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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