#255B4D

Color #255B4D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #255B4D

Tints of Evening Sea #255B4D

Color information

#255B4D (or 0x255B4D) is unknown color: approx Evening Sea. HEX triplet: 25, 5B and 4D. RGB value is (37,91,77). Sum of RGB (Red+Green+Blue) = 37+91+77=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #255B4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #255B4D is #DAA4B2. Grayscale: #494949. Windows color (decimal): -14329011 or 5069605. OLE color: 5069605.

HSL color Cylindrical-coordinate representation of color #255B4D: hue angle of 164.44º 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 #255B4D is Cyan = 0.59, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB379177-
CMYK0.5900.150.64
HSL164.44º42.19%25.1%-
HSV(B)164.44º59.34%35.69%-
XYZ5.848.418.34-
YUV73.26130.11102.14-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 18.05%
GREEN value IS 91 (35.94% from 255) = 44.39%
BLUE value IS 77 (30.47% from 255) = 37.56%
R=18.05%
G=44.39%
B=37.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3791770.5900.150.64164.4442.1925.1
Hex255B4D3B0F40a42a19
Octal45133115730171002445231
Binary100101101101110011011110110111110000001010010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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