#165553

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

Shades of Blue Stone #165553

Tints of Blue Stone #165553

Color information

#165553 (or 0x165553) is unknown color: approx Blue Stone. HEX triplet: 16, 55 and 53. RGB value is (22,85,83). Sum of RGB (Red+Green+Blue) = 22+85+83=190 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.58% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #165553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165553 is #E9AAAC. Grayscale: #414141. Windows color (decimal): -15313581 or 5461270. OLE color: 5461270.

HSL color Cylindrical-coordinate representation of color #165553: hue angle of 178.1º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165553 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB228583-
CMYK0.7400.020.67
HSL178.1º58.88%20.98%-
HSV(B)178.1º74.12%33.33%-
XYZ5.147.299.32-
YUV65.94137.6396.66-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.58%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 83 (32.81% from 255) = 43.68%
R=11.58%
G=44.74%
B=43.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2285830.7400.020.67178.158.8820.98
Hex1655534A0243b23b15
Octal26125123112021032627325
Binary1011010101011010011100101001010000111011001011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165553; }

 p { color: rgb(22,85,83); }

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

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

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

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

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

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

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