Html Css Color HEX #565268 Smoky

📋 copy color: '#565268'

red 86 ◦ green 82 ◦ blue 104

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

Shades of Smoky #565268

Tints of Smoky #565268

RGB

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

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

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

R = 31.62%
G = 30.15%
B = 38.24%

CMYK

 C value IS 0.17

 M value IS 0.21

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565268 (or 0x565268) is known color: Smoky. HEX triplet: 56, 52 and 68. RGB value is (86,82,104). Sum of RGB (Red+Green+Blue) = 86+82+104=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 104 (41.02% from 255 or 38.24% from 272); Max value from RGB is 104 - color contains mainly: blue. Hex color #565268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565268 is #A9AD97. Grayscale: #555555. Windows color (decimal): -11120024 or 6836822. OLE color: 6836822.

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

Color convert

RGB 86 82 104 -
CMYK 0.17 0.21 0 0.59
HSL 250.91º 0.12% 0.36% -
HSV(B) 250.91º 0.21% 0.41% -
XYZ 9.35 9.01 14.34 -
YUV 85.7 138.33 128.21 -
System Red Green Blue C M Y K H S L
Decimal 86 82 104 0.17 0.21 0 0.59 250.91 0.12 0.36
Hex 56 52 68 11 15 0 3B FB C 24
Octal 126 122 150 21 25 0 73 373 14 44
Binary 1010110 1010010 1101000 10001 10101 0 111011 11111011 1100 100100

Color Harmonies of #565268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565268

Black with #565268

Text Example


Text Example

White with #565268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565268; }

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

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

background-color css

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

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

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

border-color css

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

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

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