Html Css Color HEX #285E5B Eden

📋 copy color: '#285E5B'

red 40 ◦ green 94 ◦ blue 91

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

Shades of Eden #285E5B

Tints of Eden #285E5B

RGB

 RED value IS 40 (16.02% from 255) = 17.78%

 GREEN value IS 94 (37.11% from 255) = 41.78%

 BLUE value IS 91 (35.94% from 255) = 40.44%

R = 17.78%
G = 41.78%
B = 40.44%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.63

RGB Variations

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

Color information

#285E5B (or 0x285E5B) is known color: Eden. HEX triplet: 28, 5E and 5B. RGB value is (40,94,91). Sum of RGB (Red+Green+Blue) = 40+94+91=225 (29% of max value = 765). Red value is 40 (16.02% from 255 or 17.78% from 225); Green value is 94 (37.11% from 255 or 41.78% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 94 - color contains mainly: green. Hex color #285E5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #285E5B is #D7A1A4. Grayscale: #4D4D4D. Windows color (decimal): -14131621 or 5987880. OLE color: 5987880.

HSL color Cylindrical-coordinate representation of color #285E5B: hue angle of 176.67º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285E5B is Cyan = 0.57, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.

Color convert

RGB 40 94 91 -
CMYK 0.57 0 0.03 0.63
HSL 176.67º 0.4% 0.26% -
HSV(B) 176.67º 0.57% 0.37% -
XYZ 6.77 9.21 11.32 -
YUV 77.51 135.61 101.24 -
System Red Green Blue C M Y K H S L
Decimal 40 94 91 0.57 0 0.03 0.63 176.67 0.4 0.26
Hex 28 5E 5B 39 0 3 3F B1 28 1A
Octal 50 136 133 71 0 3 77 261 50 32
Binary 101000 1011110 1011011 111001 0 11 111111 10110001 101000 11010

Color Harmonies of #285E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #285E5B

Black with #285E5B

Text Example


Text Example

White with #285E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #285E5B; }

 p { color: rgb(40,94,91); }

 H1.HeaderClassName
 {
   color: #285E5B;
 }
 .AnyTagClassName
 {
   color: #285E5B;
 }
</style>

background-color css

<style>
 a { background-color: #285E5B; }

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

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

border-color css

<style>
 span { border-color: #285E5B; }

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

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