#185859

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

Shades of Blue Stone #185859

Tints of Blue Stone #185859

Color information

#185859 (or 0x185859) is unknown color: approx Blue Stone. HEX triplet: 18, 58 and 59. RGB value is (24,88,89). Sum of RGB (Red+Green+Blue) = 24+88+89=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 88 (34.77% from 255 or 43.78% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #185859 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185859 is #E7A7A6. Grayscale: #444444. Windows color (decimal): -15181735 or 5855256. OLE color: 5855256.

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

Color convert

RGB248889-
CMYK0.730.0100.65
HSL180.92º57.52%22.16%-
HSV(B)180.92º73.03%34.9%-
XYZ5.677.8910.68-
YUV68.98139.395.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 88 (34.77% from 255) = 43.78%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=11.94%
G=43.78%
B=44.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488890.730.0100.65180.9257.5222.16
Hex185859491041b53a16
Octal30130131111101012657226
Binary110001011000101100110010011010000011011010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185859; }

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

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

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

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

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

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

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

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