Html Css Color HEX #5B5779 Smoky

📋 copy color: '#5B5779'

red 91 ◦ green 87 ◦ blue 121

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

Shades of Smoky #5B5779

Tints of Smoky #5B5779

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.1%

 BLUE value IS 121 (47.66% from 255) = 40.47%

R = 30.43%
G = 29.1%
B = 40.47%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5779 (or 0x5B5779) is known color: Smoky. HEX triplet: 5B, 57 and 79. RGB value is (91,87,121). Sum of RGB (Red+Green+Blue) = 91+87+121=299 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.43% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 121 - color contains mainly: blue. Hex color #5B5779 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5779 is #A4A886. Grayscale: #5B5B5B. Windows color (decimal): -10791047 or 7952219. OLE color: 7952219.

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

Color convert

RGB 91 87 121 -
CMYK 0.25 0.28 0 0.53
HSL 247.06º 0.16% 0.41% -
HSV(B) 247.06º 0.28% 0.47% -
XYZ 11.17 10.42 19.51 -
YUV 92.07 144.33 127.24 -
System Red Green Blue C M Y K H S L
Decimal 91 87 121 0.25 0.28 0 0.53 247.06 0.16 0.41
Hex 5B 57 79 19 1C 0 35 F7 10 29
Octal 133 127 171 31 34 0 65 367 20 51
Binary 1011011 1010111 1111001 11001 11100 0 110101 11110111 10000 101001

Color Harmonies of #5B5779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5779

Black with #5B5779

Text Example


Text Example

White with #5B5779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,87,121); }

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

background-color css

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

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

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

border-color css

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

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

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