#255C5E

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

Shades of Blue Stone #255C5E

Tints of Blue Stone #255C5E

Color information

#255C5E (or 0x255C5E) is unknown color: approx Blue Stone. HEX triplet: 25, 5C and 5E. RGB value is (37,92,94). Sum of RGB (Red+Green+Blue) = 37+92+94=223 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.59% from 223); Green value is 92 (36.33% from 255 or 41.26% from 223); Blue value is 94 (37.11% from 255 or 42.15% from 223); Max value from RGB is 94 - color contains mainly: blue. Hex color #255C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255C5E is #DAA3A1. Grayscale: #4B4B4B. Windows color (decimal): -14328738 or 6183973. OLE color: 6183973.

HSL color Cylindrical-coordinate representation of color #255C5E: hue angle of 182.11º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #255C5E is Cyan = 0.61, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB379294-
CMYK0.610.0200.63
HSL182.11º43.51%25.69%-
HSV(B)182.11º60.64%36.86%-
XYZ6.618.8611.95-
YUV75.78138.28100.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.59%
GREEN value IS 92 (36.33% from 255) = 41.26%
BLUE value IS 94 (37.11% from 255) = 42.15%
R=16.59%
G=41.26%
B=42.15%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3792940.610.0200.63182.1143.5125.69
Hex255C5E3D203Fb62c1a
Octal451341367520772665432
Binary100101101110010111101111011001111111011011010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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