#165758

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

Shades of Blue Stone #165758

Tints of Blue Stone #165758

Color information

#165758 (or 0x165758) is unknown color: approx Blue Stone. HEX triplet: 16, 57 and 58. RGB value is (22,87,88). Sum of RGB (Red+Green+Blue) = 22+87+88=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 87 (34.38% from 255 or 44.16% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #165758 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165758 is #E9A8A7. Grayscale: #434343. Windows color (decimal): -15313064 or 5789462. OLE color: 5789462.

HSL color Cylindrical-coordinate representation of color #165758: hue angle of 180.91º 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 #165758 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB228788-
CMYK0.750.0100.65
HSL180.91º60%21.57%-
HSV(B)180.91º75%34.51%-
XYZ5.57.6910.43-
YUV67.68139.4795.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 87 (34.38% from 255) = 44.16%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=11.17%
G=44.16%
B=44.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2287880.750.0100.65180.916021.57
Hex1657584B1041b53c16
Octal26127130113101012657426
Binary101101010111101100010010111010000011011010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165758; }

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

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

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

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

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

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

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

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