#185853

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

Shades of Blue Stone #185853

Tints of Blue Stone #185853

Color information

#185853 (or 0x185853) is unknown color: approx Blue Stone. HEX triplet: 18, 58 and 53. RGB value is (24,88,83). Sum of RGB (Red+Green+Blue) = 24+88+83=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 88 (34.77% from 255 or 45.13% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 88 - color contains mainly: green. Hex color #185853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185853 is #E7A7AC. Grayscale: #444444. Windows color (decimal): -15181741 or 5462040. OLE color: 5462040.

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

Color convert

RGB248883-
CMYK0.7300.060.65
HSL175.31º57.14%21.96%-
HSV(B)175.31º72.73%34.51%-
XYZ5.437.89.4-
YUV68.29136.396.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.31%
GREEN value IS 88 (34.77% from 255) = 45.13%
BLUE value IS 83 (32.81% from 255) = 42.56%
R=12.31%
G=45.13%
B=42.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2488830.7300.060.65175.3157.1421.96
Hex185853490641af3916
Octal30130123111061012577126
Binary11000101100010100111001001011010000011010111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185853; }

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

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

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

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

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

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

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

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