#165658

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

Shades of Blue Stone #165658

Tints of Blue Stone #165658

Color information

#165658 (or 0x165658) is unknown color: approx Blue Stone. HEX triplet: 16, 56 and 58. RGB value is (22,86,88). Sum of RGB (Red+Green+Blue) = 22+86+88=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 86 (33.98% from 255 or 43.88% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #165658 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165658 is #E9A9A7. Grayscale: #434343. Windows color (decimal): -15313320 or 5789206. OLE color: 5789206.

HSL color Cylindrical-coordinate representation of color #165658: hue angle of 181.82º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165658 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB228688-
CMYK0.750.0200.65
HSL181.82º60%21.57%-
HSV(B)181.82º75%34.51%-
XYZ5.427.5310.4-
YUV67.09139.895.84-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 86 (33.98% from 255) = 43.88%
BLUE value IS 88 (34.77% from 255) = 44.90%
R=11.22%
G=43.88%
B=44.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2286880.750.0200.65181.826021.57
Hex1656584B2041b63c16
Octal26126130113201012667426
Binary1011010101101011000100101110010000011011011011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165658; }

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

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

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

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

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

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

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

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