Html Css Color HEX #5A916C Oxley

📋 copy color: '#5A916C'

red 90 ◦ green 145 ◦ blue 108

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

Shades of Oxley #5A916C

Tints of Oxley #5A916C

RGB

 RED value IS 90 (35.55% from 255) = 26.24%

 GREEN value IS 145 (57.03% from 255) = 42.27%

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

R = 26.24%
G = 42.27%
B = 31.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#5A916C (or 0x5A916C) is known color: Oxley. HEX triplet: 5A, 91 and 6C. RGB value is (90,145,108). Sum of RGB (Red+Green+Blue) = 90+145+108=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 145 (57.03% from 255 or 42.27% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 145 - color contains mainly: green. Hex color #5A916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A916C is #A56E93. Grayscale: #7C7C7C. Windows color (decimal): -10841748 or 7115098. OLE color: 7115098.

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

Color convert

RGB 90 145 108 -
CMYK 0.38 0 0.26 0.43
HSL 139.64º 0.23% 0.46% -
HSV(B) 139.64º 0.38% 0.57% -
XYZ 17.05 23.51 17.83 -
YUV 124.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 90 145 108 0.38 0 0.26 0.43 139.64 0.23 0.46
Hex 5A 91 6C 26 0 1A 2B 8C 17 2E
Octal 132 221 154 46 0 32 53 214 27 56
Binary 1011010 10010001 1101100 100110 0 11010 101011 10001100 10111 101110

Color Harmonies of #5A916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A916C

Black with #5A916C

Text Example


Text Example

White with #5A916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,145,108); }

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

background-color css

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

 a { background-color: rgb(90,145,108); }

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

border-color css

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

 span { border-color: rgb(90,145,108); }

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