Html Css Color HEX #5B5865 Smoky

📋 copy color: '#5B5865'

red 91 ◦ green 88 ◦ blue 101

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

Shades of Smoky #5B5865

Tints of Smoky #5B5865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.07%

R = 32.5%
G = 31.43%
B = 36.07%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B5865 (or 0x5B5865) is known color: Smoky. HEX triplet: 5B, 58 and 65. RGB value is (91,88,101). Sum of RGB (Red+Green+Blue) = 91+88+101=280 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #5B5865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5865 is #A4A79A. Grayscale: #5A5A5A. Windows color (decimal): -10790811 or 6641755. OLE color: 6641755.

HSL color Cylindrical-coordinate representation of color #5B5865: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5B5865 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 91 88 101 -
CMYK 0.10 0.13 0 0.60
HSL 253.85º 0.07% 0.37% -
HSV(B) 253.85º 0.13% 0.4% -
XYZ 10.15 10.14 13.73 -
YUV 90.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 91 88 101 0.10 0.13 0 0.60 253.85 0.07 0.37
Hex 5B 58 65 A D 0 3C FE 7 25
Octal 133 130 145 12 15 0 74 376 7 45
Binary 1011011 1011000 1100101 1010 1101 0 111100 11111110 111 100101

Color Harmonies of #5B5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5865

Black with #5B5865

Text Example


Text Example

White with #5B5865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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