#255B5B

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

Shades of Blue Stone #255B5B

Tints of Blue Stone #255B5B

Color information

#255B5B (or 0x255B5B) is unknown color: approx Blue Stone. HEX triplet: 25, 5B and 5B. RGB value is (37,91,91). Sum of RGB (Red+Green+Blue) = 37+91+91=219 (29% of max value = 765). Red value is 37 (14.84% from 255 or 16.89% from 219); Green value is 91 (35.94% from 255 or 41.55% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: green, blue. Hex color #255B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B5B is #DAA4A4. Grayscale: #4A4A4A. Windows color (decimal): -14328997 or 5987109. OLE color: 5987109.

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

Color convert

RGB379191-
CMYK0.59000.64
HSL180º42.19%25.1%-
HSV(B)180º59.34%35.69%-
XYZ6.398.6311.23-
YUV74.85137.11101-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 16.89%
GREEN value IS 91 (35.94% from 255) = 41.55%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=16.89%
G=41.55%
B=41.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791910.59000.6418042.1925.1
Hex255B5B3B0040b42a19
Octal4513313373001002645231
Binary100101101101110110111110110010000001011010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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