Html Css Color HEX #5B916C Oxley

📋 copy color: '#5B916C'

red 91 ◦ green 145 ◦ blue 108

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

Shades of Oxley #5B916C

Tints of Oxley #5B916C

RGB

 RED value IS 91 (35.94% from 255) = 26.45%

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

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

R = 26.45%
G = 42.15%
B = 31.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#5B916C (or 0x5B916C) is known color: Oxley. HEX triplet: 5B, 91 and 6C. RGB value is (91,145,108). Sum of RGB (Red+Green+Blue) = 91+145+108=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 145 (57.03% from 255 or 42.15% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 145 - color contains mainly: green. Hex color #5B916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B916C is #A46E93. Grayscale: #7C7C7C. Windows color (decimal): -10776212 or 7115099. OLE color: 7115099.

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

Color convert

RGB 91 145 108 -
CMYK 0.37 0 0.26 0.43
HSL 138.89º 0.23% 0.46% -
HSV(B) 138.89º 0.37% 0.57% -
XYZ 17.15 23.56 17.83 -
YUV 124.64 118.61 104.01 -
System Red Green Blue C M Y K H S L
Decimal 91 145 108 0.37 0 0.26 0.43 138.89 0.23 0.46
Hex 5B 91 6C 25 0 1A 2B 8B 17 2E
Octal 133 221 154 45 0 32 53 213 27 56
Binary 1011011 10010001 1101100 100101 0 11010 101011 10001011 10111 101110

Color Harmonies of #5B916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B916C

Black with #5B916C

Text Example


Text Example

White with #5B916C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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