Html Css Color HEX #5E8F6C Oxley

📋 copy color: '#5E8F6C'

red 94 ◦ green 143 ◦ blue 108

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

Shades of Oxley #5E8F6C

Tints of Oxley #5E8F6C

RGB

 RED value IS 94 (37.11% from 255) = 27.25%

 GREEN value IS 143 (56.25% from 255) = 41.45%

 BLUE value IS 108 (42.58% from 255) = 31.3%

R = 27.25%
G = 41.45%
B = 31.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#5E8F6C (or 0x5E8F6C) is known color: Oxley. HEX triplet: 5E, 8F and 6C. RGB value is (94,143,108). Sum of RGB (Red+Green+Blue) = 94+143+108=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 143 (56.25% from 255 or 41.45% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 143 - color contains mainly: green. Hex color #5E8F6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E8F6C is #A17093. Grayscale: #7C7C7C. Windows color (decimal): -10580116 or 7114590. OLE color: 7114590.

HSL color Cylindrical-coordinate representation of color #5E8F6C: hue angle of 137.14º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E8F6C is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 143 108 -
CMYK 0.34 0 0.24 0.44
HSL 137.14º 0.21% 0.46% -
HSV(B) 137.14º 0.34% 0.56% -
XYZ 17.15 23.11 17.74 -
YUV 124.36 118.77 106.35 -
System Red Green Blue C M Y K H S L
Decimal 94 143 108 0.34 0 0.24 0.44 137.14 0.21 0.46
Hex 5E 8F 6C 22 0 18 2C 89 15 2E
Octal 136 217 154 42 0 30 54 211 25 56
Binary 1011110 10001111 1101100 100010 0 11000 101100 10001001 10101 101110

Color Harmonies of #5E8F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E8F6C

Black with #5E8F6C

Text Example


Text Example

White with #5E8F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E8F6C; }

 p { color: rgb(94,143,108); }

 H1.HeaderClassName
 {
   color: #5E8F6C;
 }
 .AnyTagClassName
 {
   color: #5E8F6C;
 }
</style>

background-color css

<style>
 a { background-color: #5E8F6C; }

 a { background-color: rgb(94,143,108); }

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

border-color css

<style>
 span { border-color: #5E8F6C; }

 span { border-color: rgb(94,143,108); }

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