#145853

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

Shades of Blue Stone #145853

Tints of Blue Stone #145853

Color information

#145853 (or 0x145853) is unknown color: approx Blue Stone. HEX triplet: 14, 58 and 53. RGB value is (20,88,83). Sum of RGB (Red+Green+Blue) = 20+88+83=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 88 (34.77% from 255 or 46.07% from 191); Blue value is 83 (32.81% from 255 or 43.46% from 191); Max value from RGB is 88 - color contains mainly: green. Hex color #145853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145853 is #EBA7AC. Grayscale: #434343. Windows color (decimal): -15443885 or 5462036. OLE color: 5462036.

HSL color Cylindrical-coordinate representation of color #145853: hue angle of 175.59º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145853 is Cyan = 0.77, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB208883-
CMYK0.7700.060.65
HSL175.59º62.96%21.18%-
HSV(B)175.59º77.27%34.51%-
XYZ5.347.759.4-
YUV67.1136.9794.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 88 (34.77% from 255) = 46.07%
BLUE value IS 83 (32.81% from 255) = 43.46%
R=10.47%
G=46.07%
B=43.46%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2088830.7700.060.65175.5962.9621.18
Hex1458534D0641b03f15
Octal24130123115061012607725
Binary10100101100010100111001101011010000011011000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145853; }

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

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

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

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

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

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

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

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