Html Css Color HEX #5B5277 Smoky

📋 copy color: '#5B5277'

red 91 ◦ green 82 ◦ blue 119

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

Shades of Smoky #5B5277

Tints of Smoky #5B5277

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.08%

 BLUE value IS 119 (46.88% from 255) = 40.75%

R = 31.16%
G = 28.08%
B = 40.75%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5B5277 (or 0x5B5277) is known color: Smoky. HEX triplet: 5B, 52 and 77. RGB value is (91,82,119). Sum of RGB (Red+Green+Blue) = 91+82+119=292 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.16% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 119 - color contains mainly: blue. Hex color #5B5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5277 is #A4AD88. Grayscale: #585858. Windows color (decimal): -10792329 or 7819867. OLE color: 7819867.

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

Color convert

RGB 91 82 119 -
CMYK 0.24 0.31 0 0.53
HSL 254.59º 0.18% 0.39% -
HSV(B) 254.59º 0.31% 0.47% -
XYZ 10.66 9.59 18.74 -
YUV 88.91 144.98 129.49 -
System Red Green Blue C M Y K H S L
Decimal 91 82 119 0.24 0.31 0 0.53 254.59 0.18 0.39
Hex 5B 52 77 18 1F 0 35 FF 12 27
Octal 133 122 167 30 37 0 65 377 22 47
Binary 1011011 1010010 1110111 11000 11111 0 110101 11111111 10010 100111

Color Harmonies of #5B5277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5277

Black with #5B5277

Text Example


Text Example

White with #5B5277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,82,119); }

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

background-color css

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

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

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

border-color css

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

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

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