#155A66

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

Shades of Blue Stone #155A66

Tints of Blue Stone #155A66

Color information

#155A66 (or 0x155A66) is unknown color: approx Blue Stone. HEX triplet: 15, 5A and 66. RGB value is (21,90,102). Sum of RGB (Red+Green+Blue) = 21+90+102=213 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.86% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #155A66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155A66 is #EAA599. Grayscale: #464646. Windows color (decimal): -15377818 or 6707733. OLE color: 6707733.

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

Color convert

RGB2190102-
CMYK0.790.1200.6
HSL188.89º65.85%24.12%-
HSV(B)188.89º79.41%40%-
XYZ6.368.4313.86-
YUV70.74145.6492.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.86%
GREEN value IS 90 (35.55% from 255) = 42.25%
BLUE value IS 102 (40.23% from 255) = 47.89%
R=9.86%
G=42.25%
B=47.89%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21901020.790.1200.6188.8965.8524.12
Hex155A664FC03Cbd4218
Octal251321461171407427510230
Binary101011011010110011010011111100011110010111101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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