Html Css Color HEX #5A536F Smoky

📋 copy color: '#5A536F'

red 90 ◦ green 83 ◦ blue 111

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

Shades of Smoky #5A536F

Tints of Smoky #5A536F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.23%

 BLUE value IS 111 (43.75% from 255) = 39.08%

R = 31.69%
G = 29.23%
B = 39.08%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A536F (or 0x5A536F) is known color: Smoky. HEX triplet: 5A, 53 and 6F. RGB value is (90,83,111). Sum of RGB (Red+Green+Blue) = 90+83+111=284 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.69% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 111 - color contains mainly: blue. Hex color #5A536F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A536F is #A5AC90. Grayscale: #585858. Windows color (decimal): -10857617 or 7295834. OLE color: 7295834.

HSL color Cylindrical-coordinate representation of color #5A536F: hue angle of 255º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A536F is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 83 111 -
CMYK 0.19 0.25 0 0.56
HSL 255º 0.14% 0.38% -
HSV(B) 255º 0.25% 0.44% -
XYZ 10.18 9.51 16.34 -
YUV 88.29 140.82 129.22 -
System Red Green Blue C M Y K H S L
Decimal 90 83 111 0.19 0.25 0 0.56 255 0.14 0.38
Hex 5A 53 6F 13 19 0 38 FF E 26
Octal 132 123 157 23 31 0 70 377 16 46
Binary 1011010 1010011 1101111 10011 11001 0 111000 11111111 1110 100110

Color Harmonies of #5A536F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A536F

Black with #5A536F

Text Example


Text Example

White with #5A536F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,83,111); }

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

background-color css

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

 a { background-color: rgb(90,83,111); }

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

border-color css

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

 span { border-color: rgb(90,83,111); }

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