#155565

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

Shades of Blue Stone #155565

Tints of Blue Stone #155565

Color information

#155565 (or 0x155565) is unknown color: approx Blue Stone. HEX triplet: 15, 55 and 65. RGB value is (21,85,101). Sum of RGB (Red+Green+Blue) = 21+85+101=207 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.14% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 101 (39.84% from 255 or 48.79% from 207); Max value from RGB is 101 - color contains mainly: blue. Hex color #155565 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155565 is #EAAA9A. Grayscale: #434343. Windows color (decimal): -15379099 or 6640917. OLE color: 6640917.

HSL color Cylindrical-coordinate representation of color #155565: hue angle of 192º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155565 is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB2185101-
CMYK0.790.1600.60
HSL192º65.57%23.92%-
HSV(B)192º79.21%39.61%-
XYZ5.917.613.47-
YUV67.69146.894.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.14%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 101 (39.84% from 255) = 48.79%
R=10.14%
G=41.06%
B=48.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal21851010.790.1600.6019265.5723.92
Hex1555654F1003Cc04218
Octal251251451172007430010230
Binary1010110101011100101100111110000011110011000000100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155565; }

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

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

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

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

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

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

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

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