Html Css Color HEX #5B5878 Comet

📋 copy color: '#5B5878'

red 91 ◦ green 88 ◦ blue 120

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

Shades of Comet #5B5878

Tints of Comet #5B5878

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 30.43%
G = 29.43%
B = 40.13%

CMYK

 C value IS 0.24

 M value IS 0.27

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5878 (or 0x5B5878) is known color: Comet. HEX triplet: 5B, 58 and 78. RGB value is (91,88,120). Sum of RGB (Red+Green+Blue) = 91+88+120=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 120 - color contains mainly: blue. Hex color #5B5878 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5878 is #A4A787. Grayscale: #5C5C5C. Windows color (decimal): -10790792 or 7886939. OLE color: 7886939.

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

Color convert

RGB 91 88 120 -
CMYK 0.24 0.27 0 0.53
HSL 245.63º 0.15% 0.41% -
HSV(B) 245.63º 0.27% 0.47% -
XYZ 11.19 10.56 19.22 -
YUV 92.55 143.49 126.9 -
System Red Green Blue C M Y K H S L
Decimal 91 88 120 0.24 0.27 0 0.53 245.63 0.15 0.41
Hex 5B 58 78 18 1B 0 35 F6 F 29
Octal 133 130 170 30 33 0 65 366 17 51
Binary 1011011 1011000 1111000 11000 11011 0 110101 11110110 1111 101001

Color Harmonies of #5B5878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5878

Black with #5B5878

Text Example


Text Example

White with #5B5878

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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