#145D53

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

Shades of Blue Stone #145D53

Tints of Blue Stone #145D53

Color information

#145D53 (or 0x145D53) is unknown color: approx Blue Stone. HEX triplet: 14, 5D and 53. RGB value is (20,93,83). Sum of RGB (Red+Green+Blue) = 20+93+83=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 93 (36.72% from 255 or 47.45% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 93 - color contains mainly: green. Hex color #145D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145D53 is #EBA2AC. Grayscale: #464646. Windows color (decimal): -15442605 or 5463316. OLE color: 5463316.

HSL color Cylindrical-coordinate representation of color #145D53: hue angle of 171.78º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #145D53 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB209383-
CMYK0.7800.110.64
HSL171.78º64.6%22.16%-
HSV(B)171.78º78.49%36.47%-
XYZ5.768.69.54-
YUV70.03135.3292.31-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 93 (36.72% from 255) = 47.45%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=10.20%
G=47.45%
B=42.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2093830.7800.110.64171.7864.622.16
Hex145D534E0B40ac4116
Octal2413512311601310025410126
Binary1010010111011010011100111001011100000010101100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D53; }

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

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

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

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

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

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

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

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