Html Css Color HEX #5B5973 Comet

📋 copy color: '#5B5973'

red 91 ◦ green 89 ◦ blue 115

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

Shades of Comet #5B5973

Tints of Comet #5B5973

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.17%

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

R = 30.85%
G = 30.17%
B = 38.98%

CMYK

 C value IS 0.21

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5973 (or 0x5B5973) is known color: Comet. HEX triplet: 5B, 59 and 73. RGB value is (91,89,115). Sum of RGB (Red+Green+Blue) = 91+89+115=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 115 - color contains mainly: blue. Hex color #5B5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5973 is #A4A68C. Grayscale: #5C5C5C. Windows color (decimal): -10790541 or 7559515. OLE color: 7559515.

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

Color convert

RGB 91 89 115 -
CMYK 0.21 0.23 0 0.55
HSL 244.62º 0.13% 0.4% -
HSV(B) 244.62º 0.23% 0.45% -
XYZ 10.98 10.61 17.69 -
YUV 92.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 91 89 115 0.21 0.23 0 0.55 244.62 0.13 0.4
Hex 5B 59 73 15 17 0 37 F5 D 28
Octal 133 131 163 25 27 0 67 365 15 50
Binary 1011011 1011001 1110011 10101 10111 0 110111 11110101 1101 101000

Color Harmonies of #5B5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5973

Black with #5B5973

Text Example


Text Example

White with #5B5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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