Html Css Color HEX #5B926E Oxley

📋 copy color: '#5B926E'

red 91 ◦ green 146 ◦ blue 110

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

Shades of Oxley #5B926E

Tints of Oxley #5B926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 26.22%
G = 42.07%
B = 31.7%

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

#5B926E (or 0x5B926E) is known color: Oxley. HEX triplet: 5B, 92 and 6E. RGB value is (91,146,110). Sum of RGB (Red+Green+Blue) = 91+146+110=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 146 (57.42% from 255 or 42.07% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 146 - color contains mainly: green. Hex color #5B926E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B926E is #A46D91. Grayscale: #7D7D7D. Windows color (decimal): -10775954 or 7246427. OLE color: 7246427.

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

Color convert

RGB 91 146 110 -
CMYK 0.38 0 0.25 0.43
HSL 140.73º 0.23% 0.46% -
HSV(B) 140.73º 0.38% 0.57% -
XYZ 17.41 23.91 18.45 -
YUV 125.45 119.28 103.43 -
System Red Green Blue C M Y K H S L
Decimal 91 146 110 0.38 0 0.25 0.43 140.73 0.23 0.46
Hex 5B 92 6E 26 0 19 2B 8D 17 2E
Octal 133 222 156 46 0 31 53 215 27 56
Binary 1011011 10010010 1101110 100110 0 11001 101011 10001101 10111 101110

Color Harmonies of #5B926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B926E

Black with #5B926E

Text Example


Text Example

White with #5B926E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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