Html Css Color HEX #575A76 Comet

📋 copy color: '#575A76'

red 87 ◦ green 90 ◦ blue 118

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

Shades of Comet #575A76

Tints of Comet #575A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 40%

R = 29.49%
G = 30.51%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575A76 (or 0x575A76) is known color: Comet. HEX triplet: 57, 5A and 76. RGB value is (87,90,118). Sum of RGB (Red+Green+Blue) = 87+90+118=295 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.49% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 118 (46.48% from 255 or 40% from 295); Max value from RGB is 118 - color contains mainly: blue. Hex color #575A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575A76 is #A8A589. Grayscale: #5C5C5C. Windows color (decimal): -11052426 or 7756375. OLE color: 7756375.

HSL color Cylindrical-coordinate representation of color #575A76: hue angle of 234.19º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #575A76 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 90 118 -
CMYK 0.26 0.24 0 0.54
HSL 234.19º 0.15% 0.4% -
HSV(B) 234.19º 0.26% 0.46% -
XYZ 10.86 10.65 18.62 -
YUV 92.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 87 90 118 0.26 0.24 0 0.54 234.19 0.15 0.4
Hex 57 5A 76 1A 18 0 36 EA F 28
Octal 127 132 166 32 30 0 66 352 17 50
Binary 1010111 1011010 1110110 11010 11000 0 110110 11101010 1111 101000

Color Harmonies of #575A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575A76

Black with #575A76

Text Example


Text Example

White with #575A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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