#155562

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

Shades of Blue Stone #155562

Tints of Blue Stone #155562

Color information

#155562 (or 0x155562) is unknown color: approx Blue Stone. HEX triplet: 15, 55 and 62. RGB value is (21,85,98). Sum of RGB (Red+Green+Blue) = 21+85+98=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 85 (33.59% from 255 or 41.67% from 204); Blue value is 98 (38.67% from 255 or 48.04% from 204); Max value from RGB is 98 - color contains mainly: blue. Hex color #155562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155562 is #EAAA9D. Grayscale: #434343. Windows color (decimal): -15379102 or 6444309. OLE color: 6444309.

HSL color Cylindrical-coordinate representation of color #155562: hue angle of 190.13º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #155562 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB218598-
CMYK0.790.1300.62
HSL190.13º64.71%23.33%-
HSV(B)190.13º78.57%38.43%-
XYZ5.767.5412.71-
YUV67.35145.394.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 85 (33.59% from 255) = 41.67%
BLUE value IS 98 (38.67% from 255) = 48.04%
R=10.29%
G=41.67%
B=48.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2185980.790.1300.62190.1364.7123.33
Hex1555624FD03Ebe4117
Octal251251421171507627610127
Binary101011010101110001010011111101011111010111110100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155562; }

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

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

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

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

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

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

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

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