#255B60

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

Shades of Blue Stone #255B60

Tints of Blue Stone #255B60

Color information

#255B60 (or 0x255B60) is unknown color: approx Blue Stone. HEX triplet: 25, 5B and 60. RGB value is (37,91,96). Sum of RGB (Red+Green+Blue) = 37+91+96=224 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.52% from 224); Green value is 91 (35.94% from 255 or 40.62% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #255B60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B60 is #DAA49F. Grayscale: #4B4B4B. Windows color (decimal): -14328992 or 6314789. OLE color: 6314789.

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

Color convert

RGB379196-
CMYK0.610.0500.62
HSL185.08º44.36%26.08%-
HSV(B)185.08º61.46%37.65%-
XYZ6.628.7212.4-
YUV75.42139.61100.59-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.52%
GREEN value IS 91 (35.94% from 255) = 40.62%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=16.52%
G=40.62%
B=42.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3791960.610.0500.62185.0844.3626.08
Hex255B603D503Eb92c1a
Octal451331407550762715432
Binary1001011011011110000011110110101111101011100110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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