#145953

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

Shades of Blue Stone #145953

Tints of Blue Stone #145953

Color information

#145953 (or 0x145953) is unknown color: approx Blue Stone. HEX triplet: 14, 59 and 53. RGB value is (20,89,83). Sum of RGB (Red+Green+Blue) = 20+89+83=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 89 (35.16% from 255 or 46.35% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 89 - color contains mainly: green. Hex color #145953 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145953 is #EBA6AC. Grayscale: #434343. Windows color (decimal): -15443629 or 5462292. OLE color: 5462292.

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

Color convert

RGB208983-
CMYK0.7800.070.65
HSL174.78º63.3%21.37%-
HSV(B)174.78º77.53%34.9%-
XYZ5.427.929.43-
YUV67.68136.6493.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.42%
GREEN value IS 89 (35.16% from 255) = 46.35%
BLUE value IS 83 (32.81% from 255) = 43.23%
R=10.42%
G=46.35%
B=43.23%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089830.7800.070.65174.7863.321.37
Hex1459534E0741af3f15
Octal24131123116071012577725
Binary10100101100110100111001110011110000011010111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145953; }

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

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

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

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

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

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

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

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