Html Css Color HEX #5B926D Oxley

📋 copy color: '#5B926D'

red 91 ◦ green 146 ◦ blue 109

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

Shades of Oxley #5B926D

Tints of Oxley #5B926D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 26.3%
G = 42.2%
B = 31.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#5B926D (or 0x5B926D) is known color: Oxley. HEX triplet: 5B, 92 and 6D. RGB value is (91,146,109). Sum of RGB (Red+Green+Blue) = 91+146+109=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 146 (57.42% from 255 or 42.20% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 146 - color contains mainly: green. Hex color #5B926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B926D is #A46D92. Grayscale: #7D7D7D. Windows color (decimal): -10775955 or 7180891. OLE color: 7180891.

HSL color Cylindrical-coordinate representation of color #5B926D: 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 #5B926D is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 91 146 109 -
CMYK 0.38 0 0.25 0.43
HSL 139.64º 0.23% 0.46% -
HSV(B) 139.64º 0.38% 0.57% -
XYZ 17.35 23.89 18.16 -
YUV 125.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 91 146 109 0.38 0 0.25 0.43 139.64 0.23 0.46
Hex 5B 92 6D 26 0 19 2B 8C 17 2E
Octal 133 222 155 46 0 31 53 214 27 56
Binary 1011011 10010010 1101101 100110 0 11001 101011 10001100 10111 101110

Color Harmonies of #5B926D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B926D

Black with #5B926D

Text Example


Text Example

White with #5B926D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,146,109); }

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

background-color css

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

 a { background-color: rgb(91,146,109); }

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

border-color css

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

 span { border-color: rgb(91,146,109); }

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