#185955

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

Shades of Blue Stone #185955

Tints of Blue Stone #185955

Color information

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

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

Color convert

RGB248985-
CMYK0.7300.040.65
HSL176.31º57.52%22.16%-
HSV(B)176.31º73.03%34.9%-
XYZ5.597.999.84-
YUV69.11136.9795.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489850.7300.040.65176.3157.5222.16
Hex185955490441b03a16
Octal30131125111041012607226
Binary11000101100110101011001001010010000011011000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185955; }

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

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

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

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

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

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

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

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