Html Css Color HEX #1F5C57 Eden

📋 copy color: '#1F5C57'

red 31 ◦ green 92 ◦ blue 87

#1F5C57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eden #1F5C57

Tints of Eden #1F5C57

RGB

 RED value IS 31 (12.5% from 255) = 14.76%

 GREEN value IS 92 (36.33% from 255) = 43.81%

 BLUE value IS 87 (34.38% from 255) = 41.43%

R = 14.76%
G = 43.81%
B = 41.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.05

 K value IS 0.64

RGB Variations

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

Color information

#1F5C57 (or 0x1F5C57) is known color: Eden. HEX triplet: 1F, 5C and 57. RGB value is (31,92,87). Sum of RGB (Red+Green+Blue) = 31+92+87=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 92 - color contains mainly: green. Hex color #1F5C57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F5C57 is #E0A3A8. Grayscale: #494949. Windows color (decimal): -14721961 or 5725215. OLE color: 5725215.

HSL color Cylindrical-coordinate representation of color #1F5C57: hue angle of 175.08º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1F5C57 is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.64.

Color convert

RGB 31 92 87 -
CMYK 0.66 0 0.05 0.64
HSL 175.08º 0.5% 0.24% -
HSV(B) 175.08º 0.66% 0.36% -
XYZ 6.11 8.63 10.36 -
YUV 73.19 135.79 97.91 -
System Red Green Blue C M Y K H S L
Decimal 31 92 87 0.66 0 0.05 0.64 175.08 0.5 0.24
Hex 1F 5C 57 42 0 5 40 AF 32 18
Octal 37 134 127 102 0 5 100 257 62 30
Binary 11111 1011100 1010111 1000010 0 101 1000000 10101111 110010 11000

Color Harmonies of #1F5C57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F5C57

Black with #1F5C57

Text Example


Text Example

White with #1F5C57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,92,87); }

 H1.HeaderClassName
 {
   color: #1F5C57;
 }
 .AnyTagClassName
 {
   color: #1F5C57;
 }
</style>

background-color css

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

 a { background-color: rgb(31,92,87); }

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

border-color css

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

 span { border-color: rgb(31,92,87); }

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