#155B62

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

Shades of Blue Stone #155B62

Tints of Blue Stone #155B62

Color information

#155B62 (or 0x155B62) is unknown color: approx Blue Stone. HEX triplet: 15, 5B and 62. RGB value is (21,91,98). Sum of RGB (Red+Green+Blue) = 21+91+98=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #155B62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155B62 is #EAA49D. Grayscale: #464646. Windows color (decimal): -15377566 or 6445845. OLE color: 6445845.

HSL color Cylindrical-coordinate representation of color #155B62: hue angle of 185.45º 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 #155B62 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB219198-
CMYK0.790.0700.62
HSL185.45º64.71%23.33%-
HSV(B)185.45º78.57%38.43%-
XYZ6.258.5212.87-
YUV70.87143.3192.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 91 (35.94% from 255) = 43.33%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=10%
G=43.33%
B=46.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2191980.790.0700.62185.4564.7123.33
Hex155B624F703Eb94117
Octal25133142117707627110127
Binary10101101101111000101001111111011111010111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155B62; }

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

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

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

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

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

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

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

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