#145957

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

Shades of Blue Stone #145957

Tints of Blue Stone #145957

Color information

#145957 (or 0x145957) is unknown color: approx Blue Stone. HEX triplet: 14, 59 and 57. RGB value is (20,89,87). Sum of RGB (Red+Green+Blue) = 20+89+87=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 87 (34.38% from 255 or 44.39% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #145957 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145957 is #EBA6A8. Grayscale: #444444. Windows color (decimal): -15443625 or 5724436. OLE color: 5724436.

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

Color convert

RGB208987-
CMYK0.7800.020.65
HSL178.26º63.3%21.37%-
HSV(B)178.26º77.53%34.9%-
XYZ5.587.9810.26-
YUV68.14138.6493.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 89 (35.16% from 255) = 45.41%
BLUE value IS 87 (34.38% from 255) = 44.39%
R=10.20%
G=45.41%
B=44.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089870.7800.020.65178.2663.321.37
Hex1459574E0241b23f15
Octal24131127116021012627725
Binary1010010110011010111100111001010000011011001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145957; }

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

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

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

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

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

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

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

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