#255C60

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

Shades of Blue Stone #255C60

Tints of Blue Stone #255C60

Color information

#255C60 (or 0x255C60) is unknown color: approx Blue Stone. HEX triplet: 25, 5C and 60. RGB value is (37,92,96). Sum of RGB (Red+Green+Blue) = 37+92+96=225 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.44% from 225); Green value is 92 (36.33% from 255 or 40.89% from 225); Blue value is 96 (37.89% from 255 or 42.67% from 225); Max value from RGB is 96 - color contains mainly: blue. Hex color #255C60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C60 is #DAA39F. Grayscale: #4B4B4B. Windows color (decimal): -14328736 or 6315045. OLE color: 6315045.

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

Color convert

RGB379296-
CMYK0.610.0400.62
HSL184.07º44.36%26.08%-
HSV(B)184.07º61.46%37.65%-
XYZ6.78.8912.43-
YUV76.01139.28100.17-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.44%
GREEN value IS 92 (36.33% from 255) = 40.89%
BLUE value IS 96 (37.89% from 255) = 42.67%
R=16.44%
G=40.89%
B=42.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3792960.610.0400.62184.0744.3626.08
Hex255C603D403Eb82c1a
Octal451341407540762705432
Binary1001011011100110000011110110001111101011100010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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