Html Css Color HEX #5B5A67 Smoky

📋 copy color: '#5B5A67'

red 91 ◦ green 90 ◦ blue 103

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

Shades of Smoky #5B5A67

Tints of Smoky #5B5A67

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.69%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 32.04%
G = 31.69%
B = 36.27%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5B5A67 (or 0x5B5A67) is known color: Smoky. HEX triplet: 5B, 5A and 67. RGB value is (91,90,103). Sum of RGB (Red+Green+Blue) = 91+90+103=284 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.04% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #5B5A67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5A67 is #A4A598. Grayscale: #5B5B5B. Windows color (decimal): -10790297 or 6773339. OLE color: 6773339.

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

Color convert

RGB 91 90 103 -
CMYK 0.12 0.13 0 0.60
HSL 244.62º 0.07% 0.38% -
HSV(B) 244.62º 0.13% 0.4% -
XYZ 10.42 10.52 14.31 -
YUV 91.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 91 90 103 0.12 0.13 0 0.60 244.62 0.07 0.38
Hex 5B 5A 67 C D 0 3C F5 7 26
Octal 133 132 147 14 15 0 74 365 7 46
Binary 1011011 1011010 1100111 1100 1101 0 111100 11110101 111 100110

Color Harmonies of #5B5A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A67

Black with #5B5A67

Text Example


Text Example

White with #5B5A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,90,103); }

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

background-color css

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

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

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

border-color css

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

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

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