Html Css Color HEX #5E926C Oxley

📋 copy color: '#5E926C'

red 94 ◦ green 146 ◦ blue 108

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

Shades of Oxley #5E926C

Tints of Oxley #5E926C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 27.01%
G = 41.95%
B = 31.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#5E926C (or 0x5E926C) is known color: Oxley. HEX triplet: 5E, 92 and 6C. RGB value is (94,146,108). Sum of RGB (Red+Green+Blue) = 94+146+108=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #5E926C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E926C is #A16D93. Grayscale: #7E7E7E. Windows color (decimal): -10579348 or 7115358. OLE color: 7115358.

HSL color Cylindrical-coordinate representation of color #5E926C: hue angle of 136.15º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E926C is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 94 146 108 -
CMYK 0.36 0 0.26 0.43
HSL 136.15º 0.22% 0.47% -
HSV(B) 136.15º 0.36% 0.57% -
XYZ 17.6 24.02 17.9 -
YUV 126.12 117.77 105.09 -
System Red Green Blue C M Y K H S L
Decimal 94 146 108 0.36 0 0.26 0.43 136.15 0.22 0.47
Hex 5E 92 6C 24 0 1A 2B 88 16 2F
Octal 136 222 154 44 0 32 53 210 26 57
Binary 1011110 10010010 1101100 100100 0 11010 101011 10001000 10110 101111

Color Harmonies of #5E926C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E926C

Black with #5E926C

Text Example


Text Example

White with #5E926C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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