#165757

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

Shades of Blue Stone #165757

Tints of Blue Stone #165757

Color information

#165757 (or 0x165757) is unknown color: approx Blue Stone. HEX triplet: 16, 57 and 57. RGB value is (22,87,87). Sum of RGB (Red+Green+Blue) = 22+87+87=196 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.22% from 196); Green value is 87 (34.38% from 255 or 44.39% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: green, blue. Hex color #165757 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165757 is #E9A8A8. Grayscale: #434343. Windows color (decimal): -15313065 or 5723926. OLE color: 5723926.

HSL color Cylindrical-coordinate representation of color #165757: hue angle of 180º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #165757 is Cyan = 0.75, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB228787-
CMYK0.75000.66
HSL180º59.63%21.37%-
HSV(B)180º74.71%34.12%-
XYZ5.467.6810.21-
YUV67.56138.9795.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.22%
GREEN value IS 87 (34.38% from 255) = 44.39%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=11.22%
G=44.39%
B=44.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2287870.75000.6618059.6321.37
Hex1657574B0042b43c15
Octal26127127113001022647425
Binary101101010111101011110010110010000101011010011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165757; }

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

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

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

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

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

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

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

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