Html Css Color HEX #575A80 Comet

📋 copy color: '#575A80'

red 87 ◦ green 90 ◦ blue 128

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

Shades of Comet #575A80

Tints of Comet #575A80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 41.97%

R = 28.52%
G = 29.51%
B = 41.97%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#575A80 (or 0x575A80) is known color: Comet. HEX triplet: 57, 5A and 80. RGB value is (87,90,128). Sum of RGB (Red+Green+Blue) = 87+90+128=305 (40% of max value = 765). Red value is 87 (34.38% from 255 or 28.52% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 128 (50.39% from 255 or 41.97% from 305); Max value from RGB is 128 - color contains mainly: blue. Hex color #575A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575A80 is #A8A57F. Grayscale: #5D5D5D. Windows color (decimal): -11052416 or 8411735. OLE color: 8411735.

HSL color Cylindrical-coordinate representation of color #575A80: hue angle of 235.61º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #575A80 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 87 90 128 -
CMYK 0.32 0.30 0 0.50
HSL 235.61º 0.19% 0.42% -
HSV(B) 235.61º 0.32% 0.5% -
XYZ 11.48 10.9 21.92 -
YUV 93.44 147.51 123.41 -
System Red Green Blue C M Y K H S L
Decimal 87 90 128 0.32 0.30 0 0.50 235.61 0.19 0.42
Hex 57 5A 80 20 1E 0 32 EC 13 2A
Octal 127 132 200 40 36 0 62 354 23 52
Binary 1010111 1011010 10000000 100000 11110 0 110010 11101100 10011 101010

Color Harmonies of #575A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A80

Black with #575A80

Text Example


Text Example

White with #575A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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