Html Css Color HEX #575A6C Comet

📋 copy color: '#575A6C'

red 87 ◦ green 90 ◦ blue 108

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

Shades of Comet #575A6C

Tints of Comet #575A6C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 30.53%
G = 31.58%
B = 37.89%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#575A6C (or 0x575A6C) is known color: Comet. HEX triplet: 57, 5A and 6C. RGB value is (87,90,108). Sum of RGB (Red+Green+Blue) = 87+90+108=285 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.53% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 108 - color contains mainly: blue. Hex color #575A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A6C is #A8A593. Grayscale: #5B5B5B. Windows color (decimal): -11052436 or 7101015. OLE color: 7101015.

HSL color Cylindrical-coordinate representation of color #575A6C: hue angle of 231.43º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #575A6C is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 87 90 108 -
CMYK 0.19 0.17 0 0.58
HSL 231.43º 0.11% 0.38% -
HSV(B) 231.43º 0.19% 0.42% -
XYZ 10.29 10.42 15.66 -
YUV 91.16 137.51 125.04 -
System Red Green Blue C M Y K H S L
Decimal 87 90 108 0.19 0.17 0 0.58 231.43 0.11 0.38
Hex 57 5A 6C 13 11 0 3A E7 B 26
Octal 127 132 154 23 21 0 72 347 13 46
Binary 1010111 1011010 1101100 10011 10001 0 111010 11100111 1011 100110

Color Harmonies of #575A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A6C

Black with #575A6C

Text Example


Text Example

White with #575A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,108); }

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

background-color css

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

 a { background-color: rgb(87,90,108); }

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

border-color css

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

 span { border-color: rgb(87,90,108); }

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