Html Css Color HEX #565465 Smoky

📋 copy color: '#565465'

red 86 ◦ green 84 ◦ blue 101

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

Shades of Smoky #565465

Tints of Smoky #565465

RGB

 RED value IS 86 (33.98% from 255) = 31.73%

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

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

R = 31.73%
G = 31%
B = 37.27%

CMYK

 C value IS 0.15

 M value IS 0.17

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565465 (or 0x565465) is known color: Smoky. HEX triplet: 56, 54 and 65. RGB value is (86,84,101). Sum of RGB (Red+Green+Blue) = 86+84+101=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 84 (33.20% from 255 or 31.00% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 101 - color contains mainly: blue. Hex color #565465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565465 is #A9AB9A. Grayscale: #565656. Windows color (decimal): -11119515 or 6640726. OLE color: 6640726.

HSL color Cylindrical-coordinate representation of color #565465: hue angle of 247.06º 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 #565465 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 84 101 -
CMYK 0.15 0.17 0 0.60
HSL 247.06º 0.09% 0.36% -
HSV(B) 247.06º 0.17% 0.4% -
XYZ 9.36 9.26 13.61 -
YUV 86.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 86 84 101 0.15 0.17 0 0.60 247.06 0.09 0.36
Hex 56 54 65 F 11 0 3C F7 9 24
Octal 126 124 145 17 21 0 74 367 11 44
Binary 1010110 1010100 1100101 1111 10001 0 111100 11110111 1001 100100

Color Harmonies of #565465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565465

Black with #565465

Text Example


Text Example

White with #565465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565465; }

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

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

background-color css

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

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

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

border-color css

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

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

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