#255D60

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

Shades of Blue Stone #255D60

Tints of Blue Stone #255D60

Color information

#255D60 (or 0x255D60) is unknown color: approx Blue Stone. HEX triplet: 25, 5D and 60. RGB value is (37,93,96). Sum of RGB (Red+Green+Blue) = 37+93+96=226 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.37% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #255D60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255D60 is #DAA29F. Grayscale: #4C4C4C. Windows color (decimal): -14328480 or 6315301. OLE color: 6315301.

HSL color Cylindrical-coordinate representation of color #255D60: hue angle of 183.05º 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 #255D60 is Cyan = 0.61, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB379396-
CMYK0.610.0300.62
HSL183.05º44.36%26.08%-
HSV(B)183.05º61.46%37.65%-
XYZ6.799.0712.46-
YUV76.6138.9599.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.37%
GREEN value IS 93 (36.72% from 255) = 41.15%
BLUE value IS 96 (37.89% from 255) = 42.48%
R=16.37%
G=41.15%
B=42.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3793960.610.0300.62183.0544.3626.08
Hex255D603D303Eb72c1a
Octal451351407530762675432
Binary100101101110111000001111011101111101011011110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255D60; }

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

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

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

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

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

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

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

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