Html Css Color HEX #5B5572 Smoky

📋 copy color: '#5B5572'

red 91 ◦ green 85 ◦ blue 114

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

Shades of Smoky #5B5572

Tints of Smoky #5B5572

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.31%

 BLUE value IS 114 (44.92% from 255) = 39.31%

R = 31.38%
G = 29.31%
B = 39.31%

CMYK

 C value IS 0.20

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5B5572 (or 0x5B5572) is known color: Smoky. HEX triplet: 5B, 55 and 72. RGB value is (91,85,114). Sum of RGB (Red+Green+Blue) = 91+85+114=290 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.38% from 290); Green value is 85 (33.59% from 255 or 29.31% from 290); Blue value is 114 (44.92% from 255 or 39.31% from 290); Max value from RGB is 114 - color contains mainly: blue. Hex color #5B5572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5572 is #A4AA8D. Grayscale: #595959. Windows color (decimal): -10791566 or 7492955. OLE color: 7492955.

HSL color Cylindrical-coordinate representation of color #5B5572: hue angle of 252.41º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5B5572 is Cyan = 0.20, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 91 85 114 -
CMYK 0.20 0.25 0 0.55
HSL 252.41º 0.15% 0.39% -
HSV(B) 252.41º 0.25% 0.45% -
XYZ 10.6 9.94 17.28 -
YUV 90.1 141.49 128.64 -
System Red Green Blue C M Y K H S L
Decimal 91 85 114 0.20 0.25 0 0.55 252.41 0.15 0.39
Hex 5B 55 72 14 19 0 37 FC F 27
Octal 133 125 162 24 31 0 67 374 17 47
Binary 1011011 1010101 1110010 10100 11001 0 110111 11111100 1111 100111

Color Harmonies of #5B5572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5572

Black with #5B5572

Text Example


Text Example

White with #5B5572

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,85,114); }

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

background-color css

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

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

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

border-color css

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

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

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