Html Css Color HEX #5A5869 Smoky

📋 copy color: '#5A5869'

red 90 ◦ green 88 ◦ blue 105

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

Shades of Smoky #5A5869

Tints of Smoky #5A5869

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 31.8%
G = 31.1%
B = 37.1%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5A5869 (or 0x5A5869) is known color: Smoky. HEX triplet: 5A, 58 and 69. RGB value is (90,88,105). Sum of RGB (Red+Green+Blue) = 90+88+105=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 105 - color contains mainly: blue. Hex color #5A5869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5869 is #A5A796. Grayscale: #5A5A5A. Windows color (decimal): -10856343 or 6903898. OLE color: 6903898.

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

Color convert

RGB 90 88 105 -
CMYK 0.14 0.16 0 0.59
HSL 247.06º 0.09% 0.38% -
HSV(B) 247.06º 0.16% 0.41% -
XYZ 10.26 10.17 14.79 -
YUV 90.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 90 88 105 0.14 0.16 0 0.59 247.06 0.09 0.38
Hex 5A 58 69 E 10 0 3B F7 9 26
Octal 132 130 151 16 20 0 73 367 11 46
Binary 1011010 1011000 1101001 1110 10000 0 111011 11110111 1001 100110

Color Harmonies of #5A5869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5869

Black with #5A5869

Text Example


Text Example

White with #5A5869

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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