Html Css Color HEX #565265 Smoky

📋 copy color: '#565265'

red 86 ◦ green 82 ◦ blue 101

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

Shades of Smoky #565265

Tints of Smoky #565265

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.48%

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

R = 31.97%
G = 30.48%
B = 37.55%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565265 (or 0x565265) is known color: Smoky. HEX triplet: 56, 52 and 65. RGB value is (86,82,101). Sum of RGB (Red+Green+Blue) = 86+82+101=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 101 - color contains mainly: blue. Hex color #565265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565265 is #A9AD9A. Grayscale: #555555. Windows color (decimal): -11120027 or 6640214. OLE color: 6640214.

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

Color convert

RGB 86 82 101 -
CMYK 0.15 0.19 0 0.60
HSL 252.63º 0.1% 0.36% -
HSV(B) 252.63º 0.19% 0.4% -
XYZ 9.2 8.95 13.55 -
YUV 85.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 86 82 101 0.15 0.19 0 0.60 252.63 0.1 0.36
Hex 56 52 65 F 13 0 3C FD A 24
Octal 126 122 145 17 23 0 74 375 12 44
Binary 1010110 1010010 1100101 1111 10011 0 111100 11111101 1010 100100

Color Harmonies of #565265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565265

Black with #565265

Text Example


Text Example

White with #565265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565265; }

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

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

background-color css

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

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

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

border-color css

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

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

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