Html Css Color HEX #565272 Smoky

📋 copy color: '#565272'

red 86 ◦ green 82 ◦ blue 114

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

Shades of Smoky #565272

Tints of Smoky #565272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.43%

R = 30.5%
G = 29.08%
B = 40.43%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#565272 (or 0x565272) is known color: Smoky. HEX triplet: 56, 52 and 72. RGB value is (86,82,114). Sum of RGB (Red+Green+Blue) = 86+82+114=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 114 (44.92% from 255 or 40.43% from 282); Max value from RGB is 114 - color contains mainly: blue. Hex color #565272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565272 is #A9AD8D. Grayscale: #565656. Windows color (decimal): -11120014 or 7492182. OLE color: 7492182.

HSL color Cylindrical-coordinate representation of color #565272: hue angle of 247.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #565272 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 86 82 114 -
CMYK 0.25 0.28 0 0.55
HSL 247.5º 0.16% 0.38% -
HSV(B) 247.5º 0.28% 0.45% -
XYZ 9.89 9.23 17.18 -
YUV 86.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 86 82 114 0.25 0.28 0 0.55 247.5 0.16 0.38
Hex 56 52 72 19 1C 0 37 F8 10 26
Octal 126 122 162 31 34 0 67 370 20 46
Binary 1010110 1010010 1110010 11001 11100 0 110111 11111000 10000 100110

Color Harmonies of #565272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565272

Black with #565272

Text Example


Text Example

White with #565272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565272; }

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

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

background-color css

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

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

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

border-color css

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

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

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