#255B5D

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

Shades of Blue Stone #255B5D

Tints of Blue Stone #255B5D

Color information

#255B5D (or 0x255B5D) is unknown color: approx Blue Stone. HEX triplet: 25, 5B and 5D. RGB value is (37,91,93). Sum of RGB (Red+Green+Blue) = 37+91+93=221 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.74% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 93 - color contains mainly: blue. Hex color #255B5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B5D is #DAA4A2. Grayscale: #4B4B4B. Windows color (decimal): -14328995 or 6118181. OLE color: 6118181.

HSL color Cylindrical-coordinate representation of color #255B5D: hue angle of 182.14º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #255B5D is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB379193-
CMYK0.600.0200.64
HSL182.14º43.08%25.49%-
HSV(B)182.14º60.22%36.47%-
XYZ6.488.6711.69-
YUV75.08138.11100.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.74%
GREEN value IS 91 (35.94% from 255) = 41.18%
BLUE value IS 93 (36.72% from 255) = 42.08%
R=16.74%
G=41.18%
B=42.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791930.600.0200.64182.1443.0825.49
Hex255B5D3C2040b62b19
Octal4513313574201002665331
Binary1001011011011101110111110010010000001011011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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