Html Css Color HEX #575A72 Comet

📋 copy color: '#575A72'

red 87 ◦ green 90 ◦ blue 114

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

Shades of Comet #575A72

Tints of Comet #575A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 29.9%
G = 30.93%
B = 39.18%

CMYK

 C value IS 0.24

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#575A72 (or 0x575A72) is known color: Comet. HEX triplet: 57, 5A and 72. RGB value is (87,90,114). Sum of RGB (Red+Green+Blue) = 87+90+114=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 114 - color contains mainly: blue. Hex color #575A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A72 is #A8A58D. Grayscale: #5B5B5B. Windows color (decimal): -11052430 or 7494231. OLE color: 7494231.

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

Color convert

RGB 87 90 114 -
CMYK 0.24 0.21 0 0.55
HSL 233.33º 0.13% 0.39% -
HSV(B) 233.33º 0.24% 0.45% -
XYZ 10.62 10.55 17.4 -
YUV 91.84 140.51 124.55 -
System Red Green Blue C M Y K H S L
Decimal 87 90 114 0.24 0.21 0 0.55 233.33 0.13 0.39
Hex 57 5A 72 18 15 0 37 E9 D 27
Octal 127 132 162 30 25 0 67 351 15 47
Binary 1010111 1011010 1110010 11000 10101 0 110111 11101001 1101 100111

Color Harmonies of #575A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A72

Black with #575A72

Text Example


Text Example

White with #575A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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