Html Css Color HEX #565269 Smoky

📋 copy color: '#565269'

red 86 ◦ green 82 ◦ blue 105

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

Shades of Smoky #565269

Tints of Smoky #565269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 38.46%

R = 31.5%
G = 30.04%
B = 38.46%

CMYK

 C value IS 0.18

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565269 (or 0x565269) is known color: Smoky. HEX triplet: 56, 52 and 69. RGB value is (86,82,105). Sum of RGB (Red+Green+Blue) = 86+82+105=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 105 - color contains mainly: blue. Hex color #565269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565269 is #A9AD96. Grayscale: #555555. Windows color (decimal): -11120023 or 6902358. OLE color: 6902358.

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

Color convert

RGB 86 82 105 -
CMYK 0.18 0.22 0 0.59
HSL 250.43º 0.12% 0.37% -
HSV(B) 250.43º 0.22% 0.41% -
XYZ 9.4 9.03 14.61 -
YUV 85.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 86 82 105 0.18 0.22 0 0.59 250.43 0.12 0.37
Hex 56 52 69 12 16 0 3B FA C 25
Octal 126 122 151 22 26 0 73 372 14 45
Binary 1010110 1010010 1101001 10010 10110 0 111011 11111010 1100 100101

Color Harmonies of #565269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565269

Black with #565269

Text Example


Text Example

White with #565269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565269; }

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

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

background-color css

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

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

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

border-color css

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

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

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