Html Css Color HEX #5A5868 Smoky

📋 copy color: '#5A5868'

red 90 ◦ green 88 ◦ blue 104

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

Shades of Smoky #5A5868

Tints of Smoky #5A5868

RGB

 RED value IS 90 (35.55% from 255) = 31.91%

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 31.91%
G = 31.21%
B = 36.88%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A5868 (or 0x5A5868) is known color: Smoky. HEX triplet: 5A, 58 and 68. RGB value is (90,88,104). Sum of RGB (Red+Green+Blue) = 90+88+104=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 104 - color contains mainly: blue. Hex color #5A5868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5868 is #A5A797. Grayscale: #5A5A5A. Windows color (decimal): -10856344 or 6838362. OLE color: 6838362.

HSL color Cylindrical-coordinate representation of color #5A5868: hue angle of 247.5º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5A5868 is Cyan = 0.13, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 90 88 104 -
CMYK 0.13 0.15 0 0.59
HSL 247.5º 0.08% 0.38% -
HSV(B) 247.5º 0.15% 0.41% -
XYZ 10.2 10.15 14.52 -
YUV 90.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 90 88 104 0.13 0.15 0 0.59 247.5 0.08 0.38
Hex 5A 58 68 D F 0 3B F8 8 26
Octal 132 130 150 15 17 0 73 370 10 46
Binary 1011010 1011000 1101000 1101 1111 0 111011 11111000 1000 100110

Color Harmonies of #5A5868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5868

Black with #5A5868

Text Example


Text Example

White with #5A5868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,104); }

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

background-color css

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

 a { background-color: rgb(90,88,104); }

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

border-color css

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

 span { border-color: rgb(90,88,104); }

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