#145555

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

Shades of Blue Stone #145555

Tints of Blue Stone #145555

Color information

#145555 (or 0x145555) is unknown color: approx Blue Stone. HEX triplet: 14, 55 and 55. RGB value is (20,85,85). Sum of RGB (Red+Green+Blue) = 20+85+85=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 85 (33.59% from 255 or 44.74% from 190); Max value from RGB is 85 - color contains mainly: green, blue. Hex color #145555 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #145555 is #EBAAAA. Grayscale: #414141. Windows color (decimal): -15444651 or 5592340. OLE color: 5592340.

HSL color Cylindrical-coordinate representation of color #145555: hue angle of 180º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145555 is Cyan = 0.76, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB208585-
CMYK0.76000.67
HSL180º61.9%20.59%-
HSV(B)180º76.47%33.33%-
XYZ5.187.39.73-
YUV65.56138.9795.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.53%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 85 (33.59% from 255) = 44.74%
R=10.53%
G=44.74%
B=44.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085850.76000.6718061.920.59
Hex1455554C0043b43e15
Octal24125125114001032647625
Binary101001010101101010110011000010000111011010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145555; }

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

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

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

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

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

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

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

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