#185557

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

Shades of Blue Stone #185557

Tints of Blue Stone #185557

Color information

#185557 (or 0x185557) is unknown color: approx Blue Stone. HEX triplet: 18, 55 and 57. RGB value is (24,85,87). Sum of RGB (Red+Green+Blue) = 24+85+87=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 85 (33.59% from 255 or 43.37% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 87 - color contains mainly: blue. Hex color #185557 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185557 is #E7AAA8. Grayscale: #424242. Windows color (decimal): -15182505 or 5723416. OLE color: 5723416.

HSL color Cylindrical-coordinate representation of color #185557: hue angle of 181.9º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185557 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB248587-
CMYK0.720.0200.66
HSL181.9º56.76%21.76%-
HSV(B)181.9º72.41%34.12%-
XYZ5.357.3810.16-
YUV66.99139.2997.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 85 (33.59% from 255) = 43.37%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=12.24%
G=43.37%
B=44.39%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2485870.720.0200.66181.956.7621.76
Hex185557482042b63916
Octal30125127110201022667126
Binary1100010101011010111100100010010000101011011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185557; }

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

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

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

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

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

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

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

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