Html Css Color HEX #5C5A69 Smoky

📋 copy color: '#5C5A69'

red 92 ◦ green 90 ◦ blue 105

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

Shades of Smoky #5C5A69

Tints of Smoky #5C5A69

RGB

 RED value IS 92 (36.33% from 255) = 32.06%

 GREEN value IS 90 (35.55% from 255) = 31.36%

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

R = 32.06%
G = 31.36%
B = 36.59%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C5A69 (or 0x5C5A69) is known color: Smoky. HEX triplet: 5C, 5A and 69. RGB value is (92,90,105). Sum of RGB (Red+Green+Blue) = 92+90+105=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 90 (35.55% from 255 or 31.36% from 287); Blue value is 105 (41.41% from 255 or 36.59% from 287); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C5A69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A69 is #A3A596. Grayscale: #5C5C5C. Windows color (decimal): -10724759 or 6904412. OLE color: 6904412.

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

Color convert

RGB 92 90 105 -
CMYK 0.12 0.14 0 0.59
HSL 248º 0.08% 0.38% -
HSV(B) 248º 0.14% 0.41% -
XYZ 10.62 10.61 14.85 -
YUV 92.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 92 90 105 0.12 0.14 0 0.59 248 0.08 0.38
Hex 5C 5A 69 C E 0 3B F8 8 26
Octal 134 132 151 14 16 0 73 370 10 46
Binary 1011100 1011010 1101001 1100 1110 0 111011 11111000 1000 100110

Color Harmonies of #5C5A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5A69

Black with #5C5A69

Text Example


Text Example

White with #5C5A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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