Html Css Color HEX #565365 Smoky

📋 copy color: '#565365'

red 86 ◦ green 83 ◦ blue 101

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

Shades of Smoky #565365

Tints of Smoky #565365

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.74%

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

R = 31.85%
G = 30.74%
B = 37.41%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565365 (or 0x565365) is known color: Smoky. HEX triplet: 56, 53 and 65. RGB value is (86,83,101). Sum of RGB (Red+Green+Blue) = 86+83+101=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 101 - color contains mainly: blue. Hex color #565365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565365 is #A9AC9A. Grayscale: #555555. Windows color (decimal): -11119771 or 6640470. OLE color: 6640470.

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

Color convert

RGB 86 83 101 -
CMYK 0.15 0.18 0 0.60
HSL 250º 0.1% 0.36% -
HSV(B) 250º 0.18% 0.4% -
XYZ 9.28 9.1 13.58 -
YUV 85.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 86 83 101 0.15 0.18 0 0.60 250 0.1 0.36
Hex 56 53 65 F 12 0 3C FA A 24
Octal 126 123 145 17 22 0 74 372 12 44
Binary 1010110 1010011 1100101 1111 10010 0 111100 11111010 1010 100100

Color Harmonies of #565365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565365

Black with #565365

Text Example


Text Example

White with #565365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565365; }

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

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

background-color css

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

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

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

border-color css

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

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

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