#565370

Color #565370 Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #565370

Tints of Smoky #565370

Color information

#565370 (or 0x565370) is unknown color: approx Smoky. HEX triplet: 56, 53 and 70. RGB value is (86,83,112). Sum of RGB (Red+Green+Blue) = 86+83+112=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 112 (44.14% from 255 or 39.86% from 281); Max value from RGB is 112 - color contains mainly: blue. Hex color #565370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565370 is #A9AC8F. Grayscale: #575757. Windows color (decimal): -11119760 or 7361366. OLE color: 7361366.

HSL color Cylindrical-coordinate representation of color #565370: hue angle of 246.21º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #565370 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8683112-
CMYK0.230.2600.56
HSL246.21º14.87%38.24%-
HSV(B)246.21º25.89%43.92%-
XYZ9.869.3316.61-
YUV87.2141.99127.14-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.60%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 112 (44.14% from 255) = 39.86%
R=30.60%
G=29.54%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal86831120.230.2600.56246.2114.8738.24
Hex565370171A038f6f26
Octal12612316027320703661746
Binary10101101010011111000010111110100111000111101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565370; }

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

 H1.HeaderClassName
 {
   color: #565370;
 }
 .AnyTagClassName
 {
   color: #565370;
 }
</style>
background-color css

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

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

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

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

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

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