#16555A

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

Shades of Blue Stone #16555A

Tints of Blue Stone #16555A

Color information

#16555A (or 0x16555A) is unknown color: approx Blue Stone. HEX triplet: 16, 55 and 5A. RGB value is (22,85,90). Sum of RGB (Red+Green+Blue) = 22+85+90=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 90 - color contains mainly: blue. Hex color #16555A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16555A is #E9AAA5. Grayscale: #424242. Windows color (decimal): -15313574 or 5920022. OLE color: 5920022.

HSL color Cylindrical-coordinate representation of color #16555A: hue angle of 184.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #16555A is Cyan = 0.76, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB228590-
CMYK0.760.0600.65
HSL184.41º60.71%21.96%-
HSV(B)184.41º75.56%35.29%-
XYZ5.427.4110.82-
YUV66.73141.1396.09-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 85 (33.59% from 255) = 43.15%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=11.17%
G=43.15%
B=45.69%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2285900.760.0600.65184.4160.7121.96
Hex16555A4C6041b83d16
Octal26125132114601012707526
Binary10110101010110110101001100110010000011011100011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16555A; }

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

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

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

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

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

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

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

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