Html Css Color HEX #575668 Smoky

📋 copy color: '#575668'

red 87 ◦ green 86 ◦ blue 104

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

Shades of Smoky #575668

Tints of Smoky #575668

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.05%

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

R = 31.41%
G = 31.05%
B = 37.55%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#575668 (or 0x575668) is known color: Smoky. HEX triplet: 57, 56 and 68. RGB value is (87,86,104). Sum of RGB (Red+Green+Blue) = 87+86+104=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 104 - color contains mainly: blue. Hex color #575668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575668 is #A8A997. Grayscale: #585858. Windows color (decimal): -11053464 or 6837847. OLE color: 6837847.

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

Color convert

RGB 87 86 104 -
CMYK 0.16 0.17 0 0.59
HSL 243.33º 0.09% 0.37% -
HSV(B) 243.33º 0.17% 0.41% -
XYZ 9.76 9.68 14.45 -
YUV 88.35 136.83 127.04 -
System Red Green Blue C M Y K H S L
Decimal 87 86 104 0.16 0.17 0 0.59 243.33 0.09 0.37
Hex 57 56 68 10 11 0 3B F3 9 25
Octal 127 126 150 20 21 0 73 363 11 45
Binary 1010111 1010110 1101000 10000 10001 0 111011 11110011 1001 100101

Color Harmonies of #575668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575668

Black with #575668

Text Example


Text Example

White with #575668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575668; }

 p { color: rgb(87,86,104); }

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

background-color css

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

 a { background-color: rgb(87,86,104); }

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

border-color css

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

 span { border-color: rgb(87,86,104); }

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