Html Css Color HEX #575B76 Comet

📋 copy color: '#575B76'

red 87 ◦ green 91 ◦ blue 118

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

Shades of Comet #575B76

Tints of Comet #575B76

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

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

R = 29.39%
G = 30.74%
B = 39.86%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#575B76 (or 0x575B76) is known color: Comet. HEX triplet: 57, 5B and 76. RGB value is (87,91,118). Sum of RGB (Red+Green+Blue) = 87+91+118=296 (39% of max value = 765). Red value is 87 (34.38% from 255 or 29.39% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 118 - color contains mainly: blue. Hex color #575B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575B76 is #A8A489. Grayscale: #5C5C5C. Windows color (decimal): -11052170 or 7756631. OLE color: 7756631.

HSL color Cylindrical-coordinate representation of color #575B76: hue angle of 232.26º 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 #575B76 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 91 118 -
CMYK 0.26 0.23 0 0.54
HSL 232.26º 0.15% 0.4% -
HSV(B) 232.26º 0.26% 0.46% -
XYZ 10.94 10.82 18.65 -
YUV 92.88 142.17 123.8 -
System Red Green Blue C M Y K H S L
Decimal 87 91 118 0.26 0.23 0 0.54 232.26 0.15 0.4
Hex 57 5B 76 1A 17 0 36 E8 F 28
Octal 127 133 166 32 27 0 66 350 17 50
Binary 1010111 1011011 1110110 11010 10111 0 110110 11101000 1111 101000

Color Harmonies of #575B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575B76

Black with #575B76

Text Example


Text Example

White with #575B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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