Html Css Color HEX #5B5978 Comet

📋 copy color: '#5B5978'

red 91 ◦ green 89 ◦ blue 120

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

Shades of Comet #5B5978

Tints of Comet #5B5978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 40%

R = 30.33%
G = 29.67%
B = 40%

CMYK

 C value IS 0.24

 M value IS 0.26

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5978 (or 0x5B5978) is known color: Comet. HEX triplet: 5B, 59 and 78. RGB value is (91,89,120). Sum of RGB (Red+Green+Blue) = 91+89+120=300 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.33% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 120 (47.27% from 255 or 40% from 300); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5978 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5978 is #A4A687. Grayscale: #5D5D5D. Windows color (decimal): -10790536 or 7887195. OLE color: 7887195.

HSL color Cylindrical-coordinate representation of color #5B5978: hue angle of 243.87º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5B5978 is Cyan = 0.24, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 91 89 120 -
CMYK 0.24 0.26 0 0.53
HSL 243.87º 0.15% 0.41% -
HSV(B) 243.87º 0.26% 0.47% -
XYZ 11.28 10.72 19.25 -
YUV 93.13 143.16 126.48 -
System Red Green Blue C M Y K H S L
Decimal 91 89 120 0.24 0.26 0 0.53 243.87 0.15 0.41
Hex 5B 59 78 18 1A 0 35 F4 F 29
Octal 133 131 170 30 32 0 65 364 17 51
Binary 1011011 1011001 1111000 11000 11010 0 110101 11110100 1111 101001

Color Harmonies of #5B5978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5978

Black with #5B5978

Text Example


Text Example

White with #5B5978

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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