Html Css Color HEX #5A936C Oxley

📋 copy color: '#5A936C'

red 90 ◦ green 147 ◦ blue 108

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

Shades of Oxley #5A936C

Tints of Oxley #5A936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.61%

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

R = 26.09%
G = 42.61%
B = 31.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#5A936C (or 0x5A936C) is known color: Oxley. HEX triplet: 5A, 93 and 6C. RGB value is (90,147,108). Sum of RGB (Red+Green+Blue) = 90+147+108=345 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.09% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #5A936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A936C is #A56C93. Grayscale: #7D7D7D. Windows color (decimal): -10841236 or 7115610. OLE color: 7115610.

HSL color Cylindrical-coordinate representation of color #5A936C: hue angle of 138.95º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A936C is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 108 -
CMYK 0.39 0 0.27 0.42
HSL 138.95º 0.24% 0.46% -
HSV(B) 138.95º 0.39% 0.58% -
XYZ 17.36 24.12 17.93 -
YUV 125.51 118.12 102.67 -
System Red Green Blue C M Y K H S L
Decimal 90 147 108 0.39 0 0.27 0.42 138.95 0.24 0.46
Hex 5A 93 6C 27 0 1B 2A 8B 18 2E
Octal 132 223 154 47 0 33 52 213 30 56
Binary 1011010 10010011 1101100 100111 0 11011 101010 10001011 11000 101110

Color Harmonies of #5A936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A936C

Black with #5A936C

Text Example


Text Example

White with #5A936C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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