#155761

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

Shades of Blue Stone #155761

Tints of Blue Stone #155761

Color information

#155761 (or 0x155761) is unknown color: approx Blue Stone. HEX triplet: 15, 57 and 61. RGB value is (21,87,97). Sum of RGB (Red+Green+Blue) = 21+87+97=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #155761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #155761 is #EAA89E. Grayscale: #444444. Windows color (decimal): -15378591 or 6379285. OLE color: 6379285.

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

Color convert

RGB218797-
CMYK0.780.1000.62
HSL187.89º64.41%23.14%-
HSV(B)187.89º78.35%38.04%-
XYZ5.887.8412.51-
YUV68.41144.1394.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.24%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 97 (38.28% from 255) = 47.32%
R=10.24%
G=42.44%
B=47.32%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2187970.780.1000.62187.8964.4123.14
Hex1557614EA03Ebc4017
Octal251271411161207627410027
Binary101011010111110000110011101010011111010111100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155761; }

 p { color: rgb(21,87,97); }

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

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

 a { background-color: rgb(21,87,97); }

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

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

 span { border-color: rgb(21,87,97); }

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