Html Css Color HEX #5A5764 Smoky

📋 copy color: '#5A5764'

red 90 ◦ green 87 ◦ blue 100

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

Shades of Smoky #5A5764

Tints of Smoky #5A5764

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 32.49%
G = 31.41%
B = 36.1%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5A5764 (or 0x5A5764) is known color: Smoky. HEX triplet: 5A, 57 and 64. RGB value is (90,87,100). Sum of RGB (Red+Green+Blue) = 90+87+100=277 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.49% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 100 - color contains mainly: blue. Hex color #5A5764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5764 is #A5A89B. Grayscale: #595959. Windows color (decimal): -10856604 or 6575962. OLE color: 6575962.

HSL color Cylindrical-coordinate representation of color #5A5764: hue angle of 253.85º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A5764 is Cyan = 0.10, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 87 100 -
CMYK 0.10 0.13 0 0.61
HSL 253.85º 0.07% 0.37% -
HSV(B) 253.85º 0.13% 0.39% -
XYZ 9.92 9.91 13.45 -
YUV 89.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 90 87 100 0.10 0.13 0 0.61 253.85 0.07 0.37
Hex 5A 57 64 A D 0 3D FE 7 25
Octal 132 127 144 12 15 0 75 376 7 45
Binary 1011010 1010111 1100100 1010 1101 0 111101 11111110 111 100101

Color Harmonies of #5A5764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5764

Black with #5A5764

Text Example


Text Example

White with #5A5764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,87,100); }

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

background-color css

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

 a { background-color: rgb(90,87,100); }

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

border-color css

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

 span { border-color: rgb(90,87,100); }

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