#255960

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

Shades of Blue Stone #255960

Tints of Blue Stone #255960

Color information

#255960 (or 0x255960) is unknown color: approx Blue Stone. HEX triplet: 25, 59 and 60. RGB value is (37,89,96). Sum of RGB (Red+Green+Blue) = 37+89+96=222 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.67% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #255960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255960 is #DAA69F. Grayscale: #4A4A4A. Windows color (decimal): -14329504 or 6314277. OLE color: 6314277.

HSL color Cylindrical-coordinate representation of color #255960: hue angle of 187.12º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255960 is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB378996-
CMYK0.610.0700.62
HSL187.12º44.36%26.08%-
HSV(B)187.12º61.46%37.65%-
XYZ6.458.3812.34-
YUV74.25140.27101.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.67%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=16.67%
G=40.09%
B=43.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3789960.610.0700.62187.1244.3626.08
Hex2559603D703Ebb2c1a
Octal451311407570762735432
Binary1001011011001110000011110111101111101011101110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255960; }

 p { color: rgb(37,89,96); }

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

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

 a { background-color: rgb(37,89,96); }

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

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

 span { border-color: rgb(37,89,96); }

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