#185958

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

Shades of Blue Stone #185958

Tints of Blue Stone #185958

Color information

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

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

Color convert

RGB248988-
CMYK0.7300.010.65
HSL179.08º57.52%22.16%-
HSV(B)179.08º73.03%34.9%-
XYZ5.718.0410.48-
YUV69.45138.4795.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489880.7300.010.65179.0857.5222.16
Hex185958490141b33a16
Octal30131130111011012637226
Binary110001011001101100010010010110000011011001111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185958; }

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

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

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

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

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

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

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

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