#1F5854

Color #1F5854 Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #1F5854

Tints of Eden #1F5854

Color information

#1F5854 (or 0x1F5854) is unknown color: approx Eden. HEX triplet: 1F, 58 and 54. RGB value is (31,88,84). Sum of RGB (Red+Green+Blue) = 31+88+84=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 88 (34.77% from 255 or 43.35% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 88 - color contains mainly: green. Hex color #1F5854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5854 is #E0A7AB. Grayscale: #464646. Windows color (decimal): -14722988 or 5527583. OLE color: 5527583.

HSL color Cylindrical-coordinate representation of color #1F5854: hue angle of 175.79º degrees, saturation: 0.48, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1F5854 is Cyan = 0.65, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.65.

Color convert

RGB318884-
CMYK0.6500.050.65
HSL175.79º47.9%23.33%-
HSV(B)175.79º64.77%34.51%-
XYZ5.667.919.62-
YUV70.5135.6299.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.27%
GREEN value IS 88 (34.77% from 255) = 43.35%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=15.27%
G=43.35%
B=41.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3188840.6500.050.65175.7947.923.33
Hex1F5854410541b03017
Octal37130124101051012606027
Binary11111101100010101001000001010110000011011000011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F5854; }

 p { color: rgb(31,88,84); }

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

<style>
 a { background-color: #1F5854; }

 a { background-color: rgb(31,88,84); }

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

<style>
 span { border-color: #1F5854; }

 span { border-color: rgb(31,88,84); }

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