#185559

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

Shades of Blue Stone #185559

Tints of Blue Stone #185559

Color information

#185559 (or 0x185559) is unknown color: approx Blue Stone. HEX triplet: 18, 55 and 59. RGB value is (24,85,89). Sum of RGB (Red+Green+Blue) = 24+85+89=198 (26% of max value = 765). Red value is 24 (9.77% from 255 or 12.12% from 198); Green value is 85 (33.59% from 255 or 42.93% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #185559 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185559 is #E7AAA6. Grayscale: #434343. Windows color (decimal): -15182503 or 5854488. OLE color: 5854488.

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

Color convert

RGB248589-
CMYK0.730.0400.65
HSL183.69º57.52%22.16%-
HSV(B)183.69º73.03%34.9%-
XYZ5.437.4110.6-
YUV67.22140.2997.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.12%
GREEN value IS 85 (33.59% from 255) = 42.93%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=12.12%
G=42.93%
B=44.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2485890.730.0400.65183.6957.5222.16
Hex185559494041b83a16
Octal30125131111401012707226
Binary11000101010110110011001001100010000011011100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185559; }

 p { color: rgb(24,85,89); }

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

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

 a { background-color: rgb(24,85,89); }

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

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

 span { border-color: rgb(24,85,89); }

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