#145556

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

Shades of Blue Stone #145556

Tints of Blue Stone #145556

Color information

#145556 (or 0x145556) is unknown color: approx Blue Stone. HEX triplet: 14, 55 and 56. RGB value is (20,85,86). Sum of RGB (Red+Green+Blue) = 20+85+86=191 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.47% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 86 (33.98% from 255 or 45.03% from 191); Max value from RGB is 86 - color contains mainly: blue. Hex color #145556 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145556 is #EBAAA9. Grayscale: #414141. Windows color (decimal): -15444650 or 5657876. OLE color: 5657876.

HSL color Cylindrical-coordinate representation of color #145556: hue angle of 180.91º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145556 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB208586-
CMYK0.770.0100.66
HSL180.91º62.26%20.78%-
HSV(B)180.91º76.74%33.73%-
XYZ5.227.329.94-
YUV65.68139.4795.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.47%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 86 (33.98% from 255) = 45.03%
R=10.47%
G=44.50%
B=45.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2085860.770.0100.66180.9162.2620.78
Hex1455564D1042b53e15
Octal24125126115101022657625
Binary101001010101101011010011011010000101011010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145556; }

 p { color: rgb(20,85,86); }

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

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

 a { background-color: rgb(20,85,86); }

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

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

 span { border-color: rgb(20,85,86); }

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