Html Css Color HEX #575465 Smoky

📋 copy color: '#575465'

red 87 ◦ green 84 ◦ blue 101

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

Shades of Smoky #575465

Tints of Smoky #575465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 31.99%
G = 30.88%
B = 37.13%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#575465 (or 0x575465) is known color: Smoky. HEX triplet: 57, 54 and 65. RGB value is (87,84,101). Sum of RGB (Red+Green+Blue) = 87+84+101=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #575465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575465 is #A8AB9A. Grayscale: #565656. Windows color (decimal): -11053979 or 6640727. OLE color: 6640727.

HSL color Cylindrical-coordinate representation of color #575465: hue angle of 250.59º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #575465 is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 87 84 101 -
CMYK 0.14 0.17 0 0.60
HSL 250.59º 0.09% 0.36% -
HSV(B) 250.59º 0.17% 0.4% -
XYZ 9.45 9.31 13.61 -
YUV 86.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 87 84 101 0.14 0.17 0 0.60 250.59 0.09 0.36
Hex 57 54 65 E 11 0 3C FB 9 24
Octal 127 124 145 16 21 0 74 373 11 44
Binary 1010111 1010100 1100101 1110 10001 0 111100 11111011 1001 100100

Color Harmonies of #575465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575465

Black with #575465

Text Example


Text Example

White with #575465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575465; }

 p { color: rgb(87,84,101); }

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

background-color css

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

 a { background-color: rgb(87,84,101); }

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

border-color css

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

 span { border-color: rgb(87,84,101); }

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