#155553

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

Shades of Blue Stone #155553

Tints of Blue Stone #155553

Color information

#155553 (or 0x155553) is unknown color: approx Blue Stone. HEX triplet: 15, 55 and 53. RGB value is (21,85,83). Sum of RGB (Red+Green+Blue) = 21+85+83=189 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.11% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #155553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155553 is #EAAAAC. Grayscale: #414141. Windows color (decimal): -15379117 or 5461269. OLE color: 5461269.

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

Color convert

RGB218583-
CMYK0.7500.020.67
HSL178.12º60.38%20.78%-
HSV(B)178.12º75.29%33.33%-
XYZ5.127.289.32-
YUV65.64137.896.16-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.11%
GREEN value IS 85 (33.59% from 255) = 44.97%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=11.11%
G=44.97%
B=43.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2185830.7500.020.67178.1260.3820.78
Hex1555534B0243b23c15
Octal25125123113021032627425
Binary1010110101011010011100101101010000111011001011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155553; }

 p { color: rgb(21,85,83); }

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

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

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

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

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

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

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