#185355

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

Shades of Blue Stone #185355

Tints of Blue Stone #185355

Color information

#185355 (or 0x185355) is unknown color: approx Blue Stone. HEX triplet: 18, 53 and 55. RGB value is (24,83,85). Sum of RGB (Red+Green+Blue) = 24+83+85=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 83 (32.81% from 255 or 43.23% from 192); Blue value is 85 (33.59% from 255 or 44.27% from 192); Max value from RGB is 85 - color contains mainly: blue. Hex color #185355 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185355 is #E7ACAA. Grayscale: #414141. Windows color (decimal): -15183019 or 5591832. OLE color: 5591832.

HSL color Cylindrical-coordinate representation of color #185355: hue angle of 181.97º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185355 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB248385-
CMYK0.720.0200.67
HSL181.97º55.96%21.37%-
HSV(B)181.97º71.76%33.33%-
XYZ5.117.049.68-
YUV65.59138.9598.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.5%
GREEN value IS 83 (32.81% from 255) = 43.23%
BLUE value IS 85 (33.59% from 255) = 44.27%
R=12.5%
G=43.23%
B=44.27%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2483850.720.0200.67181.9755.9621.37
Hex185355482043b63815
Octal30123125110201032667025
Binary1100010100111010101100100010010000111011011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185355; }

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

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

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

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

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

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

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

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