Html Css Color HEX #5B5B6D Comet

📋 copy color: '#5B5B6D'

red 91 ◦ green 91 ◦ blue 109

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

Shades of Comet #5B5B6D

Tints of Comet #5B5B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 37.46%

R = 31.27%
G = 31.27%
B = 37.46%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B5B6D (or 0x5B5B6D) is known color: Comet. HEX triplet: 5B, 5B and 6D. RGB value is (91,91,109). Sum of RGB (Red+Green+Blue) = 91+91+109=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B5B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5B6D is #A4A492. Grayscale: #5C5C5C. Windows color (decimal): -10790035 or 7166811. OLE color: 7166811.

HSL color Cylindrical-coordinate representation of color #5B5B6D: hue angle of 240º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5B5B6D is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 91 109 -
CMYK 0.17 0.17 0 0.57
HSL 240º 0.09% 0.39% -
HSV(B) 240º 0.17% 0.43% -
XYZ 10.82 10.81 15.98 -
YUV 93.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 91 91 109 0.17 0.17 0 0.57 240 0.09 0.39
Hex 5B 5B 6D 11 11 0 39 F0 9 27
Octal 133 133 155 21 21 0 71 360 11 47
Binary 1011011 1011011 1101101 10001 10001 0 111001 11110000 1001 100111

Color Harmonies of #5B5B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5B6D

Black with #5B5B6D

Text Example


Text Example

White with #5B5B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,91,109); }

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

background-color css

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

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

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

border-color css

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

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

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