#185D5B

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

Shades of Blue Stone #185D5B

Tints of Blue Stone #185D5B

Color information

#185D5B (or 0x185D5B) is unknown color: approx Blue Stone. HEX triplet: 18, 5D and 5B. RGB value is (24,93,91). Sum of RGB (Red+Green+Blue) = 24+93+91=208 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.54% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 91 (35.94% from 255 or 43.75% from 208); Max value from RGB is 93 - color contains mainly: green. Hex color #185D5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185D5B is #E7A2A4. Grayscale: #484848. Windows color (decimal): -15180453 or 5987608. OLE color: 5987608.

HSL color Cylindrical-coordinate representation of color #185D5B: hue angle of 178.26º degrees, saturation: 0.59, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #185D5B is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.64.

Color convert

RGB249391-
CMYK0.7400.020.64
HSL178.26º58.97%22.94%-
HSV(B)178.26º74.19%36.47%-
XYZ6.188.7811.27-
YUV72.14138.6493.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.54%
GREEN value IS 93 (36.72% from 255) = 44.71%
BLUE value IS 91 (35.94% from 255) = 43.75%
R=11.54%
G=44.71%
B=43.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2493910.7400.020.64178.2658.9722.94
Hex185D5B4A0240b23b17
Octal30135133112021002627327
Binary1100010111011011011100101001010000001011001011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185D5B; }

 p { color: rgb(24,93,91); }

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

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

 a { background-color: rgb(24,93,91); }

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

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

 span { border-color: rgb(24,93,91); }

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