#166256

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

Shades of Blue Stone #166256

Tints of Blue Stone #166256

Color information

#166256 (or 0x166256) is unknown color: approx Blue Stone. HEX triplet: 16, 62 and 56. RGB value is (22,98,86). Sum of RGB (Red+Green+Blue) = 22+98+86=206 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.68% from 206); Green value is 98 (38.67% from 255 or 47.57% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 98 - color contains mainly: green. Hex color #166256 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #166256 is #E99DA9. Grayscale: #494949. Windows color (decimal): -15310250 or 5661206. OLE color: 5661206.

HSL color Cylindrical-coordinate representation of color #166256: hue angle of 170.53º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #166256 is Cyan = 0.78, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB229886-
CMYK0.7800.120.62
HSL170.53º63.33%23.53%-
HSV(B)170.53º77.55%38.43%-
XYZ6.389.5810.32-
YUV73.91134.8290.98-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.68%
GREEN value IS 98 (38.67% from 255) = 47.57%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=10.68%
G=47.57%
B=41.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2298860.7800.120.62170.5363.3323.53
Hex1662564E0C3Eab3f18
Octal26142126116014762537730
Binary10110110001010101101001110011001111101010101111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #166256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #166256; }

 p { color: rgb(22,98,86); }

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

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

 a { background-color: rgb(22,98,86); }

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

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

 span { border-color: rgb(22,98,86); }

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