#185953

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

Shades of Blue Stone #185953

Tints of Blue Stone #185953

Color information

#185953 (or 0x185953) is unknown color: approx Blue Stone. HEX triplet: 18, 59 and 53. RGB value is (24,89,83). Sum of RGB (Red+Green+Blue) = 24+89+83=196 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.24% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #185953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #185953 is #E7A6AC. Grayscale: #444444. Windows color (decimal): -15181485 or 5462296. OLE color: 5462296.

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

Color convert

RGB248983-
CMYK0.7300.070.65
HSL174.46º57.52%22.16%-
HSV(B)174.46º73.03%34.9%-
XYZ5.517.969.43-
YUV68.88135.9795.99-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.24%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=12.24%
G=45.41%
B=42.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2489830.7300.070.65174.4657.5222.16
Hex185953490741ae3a16
Octal30131123111071012567226
Binary11000101100110100111001001011110000011010111011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185953; }

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

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

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

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

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

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

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

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