Html Css Color HEX #575A73 Comet

📋 copy color: '#575A73'

red 87 ◦ green 90 ◦ blue 115

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

Shades of Comet #575A73

Tints of Comet #575A73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 39.38%

R = 29.79%
G = 30.82%
B = 39.38%

CMYK

 C value IS 0.24

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575A73 (or 0x575A73) is known color: Comet. HEX triplet: 57, 5A and 73. RGB value is (87,90,115). Sum of RGB (Red+Green+Blue) = 87+90+115=292 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.79% from 292); Green value is 90 (35.55% from 255 or 30.82% from 292); Blue value is 115 (45.31% from 255 or 39.38% from 292); Max value from RGB is 115 - color contains mainly: blue. Hex color #575A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A73 is #A8A58C. Grayscale: #5B5B5B. Windows color (decimal): -11052429 or 7559767. OLE color: 7559767.

HSL color Cylindrical-coordinate representation of color #575A73: hue angle of 233.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #575A73 is Cyan = 0.24, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 87 90 115 -
CMYK 0.24 0.22 0 0.55
HSL 233.57º 0.14% 0.4% -
HSV(B) 233.57º 0.24% 0.45% -
XYZ 10.68 10.58 17.7 -
YUV 91.95 141.01 124.47 -
System Red Green Blue C M Y K H S L
Decimal 87 90 115 0.24 0.22 0 0.55 233.57 0.14 0.4
Hex 57 5A 73 18 16 0 37 EA E 28
Octal 127 132 163 30 26 0 67 352 16 50
Binary 1010111 1011010 1110011 11000 10110 0 110111 11101010 1110 101000

Color Harmonies of #575A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A73

Black with #575A73

Text Example


Text Example

White with #575A73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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