Html Css Color HEX #5B5A73 Comet

📋 copy color: '#5B5A73'

red 91 ◦ green 90 ◦ blue 115

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

Shades of Comet #5B5A73

Tints of Comet #5B5A73

RGB

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

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

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

R = 30.74%
G = 30.41%
B = 38.85%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5A73 (or 0x5B5A73) is known color: Comet. HEX triplet: 5B, 5A and 73. RGB value is (91,90,115). Sum of RGB (Red+Green+Blue) = 91+90+115=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A73 is #A4A58C. Grayscale: #5D5D5D. Windows color (decimal): -10790285 or 7559771. OLE color: 7559771.

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

Color convert

RGB 91 90 115 -
CMYK 0.21 0.22 0 0.55
HSL 242.4º 0.12% 0.4% -
HSV(B) 242.4º 0.22% 0.45% -
XYZ 11.07 10.77 17.72 -
YUV 93.15 140.33 126.47 -
System Red Green Blue C M Y K H S L
Decimal 91 90 115 0.21 0.22 0 0.55 242.4 0.12 0.4
Hex 5B 5A 73 15 16 0 37 F2 C 28
Octal 133 132 163 25 26 0 67 362 14 50
Binary 1011011 1011010 1110011 10101 10110 0 110111 11110010 1100 101000

Color Harmonies of #5B5A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A73

Black with #5B5A73

Text Example


Text Example

White with #5B5A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B5A73; }

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

 H1.HeaderClassName
 {
   color: #5B5A73;
 }
 .AnyTagClassName
 {
   color: #5B5A73;
 }
</style>

background-color css

<style>
 a { background-color: #5B5A73; }

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

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

border-color css

<style>
 span { border-color: #5B5A73; }

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

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