Html Css Color HEX #355F57 Eden

📋 copy color: '#355F57'

red 53 ◦ green 95 ◦ blue 87

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

Shades of Eden #355F57

Tints of Eden #355F57

RGB

 RED value IS 53 (21.09% from 255) = 22.55%

 GREEN value IS 95 (37.5% from 255) = 40.43%

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

R = 22.55%
G = 40.43%
B = 37.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#355F57 (or 0x355F57) is known color: Eden. HEX triplet: 35, 5F and 57. RGB value is (53,95,87). Sum of RGB (Red+Green+Blue) = 53+95+87=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 95 (37.5% from 255 or 40.43% from 235); Blue value is 87 (34.38% from 255 or 37.02% from 235); Max value from RGB is 95 - color contains mainly: green. Hex color #355F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #355F57 is #CAA0A8. Grayscale: #515151. Windows color (decimal): -13279401 or 5726005. OLE color: 5726005.

HSL color Cylindrical-coordinate representation of color #355F57: hue angle of 168.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #355F57 is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 53 95 87 -
CMYK 0.44 0 0.08 0.63
HSL 168.57º 0.28% 0.29% -
HSV(B) 168.57º 0.44% 0.37% -
XYZ 7.28 9.63 10.49 -
YUV 81.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 53 95 87 0.44 0 0.08 0.63 168.57 0.28 0.29
Hex 35 5F 57 2C 0 8 3F A9 1C 1D
Octal 65 137 127 54 0 10 77 251 34 35
Binary 110101 1011111 1010111 101100 0 1000 111111 10101001 11100 11101

Color Harmonies of #355F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #355F57

Black with #355F57

Text Example


Text Example

White with #355F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #355F57; }

 p { color: rgb(53,95,87); }

 H1.HeaderClassName
 {
   color: #355F57;
 }
 .AnyTagClassName
 {
   color: #355F57;
 }
</style>

background-color css

<style>
 a { background-color: #355F57; }

 a { background-color: rgb(53,95,87); }

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

border-color css

<style>
 span { border-color: #355F57; }

 span { border-color: rgb(53,95,87); }

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