#155662

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

Shades of Blue Stone #155662

Tints of Blue Stone #155662

Color information

#155662 (or 0x155662) is unknown color: approx Blue Stone. HEX triplet: 15, 56 and 62. RGB value is (21,86,98). Sum of RGB (Red+Green+Blue) = 21+86+98=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 86 (33.98% from 255 or 41.95% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #155662 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155662 is #EAA99D. Grayscale: #434343. Windows color (decimal): -15378846 or 6444565. OLE color: 6444565.

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

Color convert

RGB218698-
CMYK0.790.1200.62
HSL189.35º64.71%23.33%-
HSV(B)189.35º78.57%38.43%-
XYZ5.847.712.73-
YUV67.93144.9794.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 86 (33.98% from 255) = 41.95%
BLUE value IS 98 (38.67% from 255) = 47.80%
R=10.24%
G=41.95%
B=47.80%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2186980.790.1200.62189.3564.7123.33
Hex1556624FC03Ebd4117
Octal251261421171407627510127
Binary101011010110110001010011111100011111010111101100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155662; }

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

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

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

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

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

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

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

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