#155A62

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

Shades of Blue Stone #155A62

Tints of Blue Stone #155A62

Color information

#155A62 (or 0x155A62) is unknown color: approx Blue Stone. HEX triplet: 15, 5A and 62. RGB value is (21,90,98). Sum of RGB (Red+Green+Blue) = 21+90+98=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 90 (35.55% from 255 or 43.06% from 209); Blue value is 98 (38.67% from 255 or 46.89% from 209); Max value from RGB is 98 - color contains mainly: blue. Hex color #155A62 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A62 is #EAA59D. Grayscale: #464646. Windows color (decimal): -15377822 or 6445589. OLE color: 6445589.

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

Color convert

RGB219098-
CMYK0.790.0800.62
HSL186.23º64.71%23.33%-
HSV(B)186.23º78.57%38.43%-
XYZ6.178.3512.84-
YUV70.28143.6492.85-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 90 (35.55% from 255) = 43.06%
BLUE value IS 98 (38.67% from 255) = 46.89%
R=10.05%
G=43.06%
B=46.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2190980.790.0800.62186.2364.7123.33
Hex155A624F803Eba4117
Octal251321421171007627210127
Binary101011011010110001010011111000011111010111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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