Html Css Color HEX #5B906D Oxley

📋 copy color: '#5B906D'

red 91 ◦ green 144 ◦ blue 109

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

Shades of Oxley #5B906D

Tints of Oxley #5B906D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.86%

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

R = 26.45%
G = 41.86%
B = 31.69%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#5B906D (or 0x5B906D) is known color: Oxley. HEX triplet: 5B, 90 and 6D. RGB value is (91,144,109). Sum of RGB (Red+Green+Blue) = 91+144+109=344 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.45% from 344); Green value is 144 (56.64% from 255 or 41.86% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 144 - color contains mainly: green. Hex color #5B906D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B906D is #A46F92. Grayscale: #7C7C7C. Windows color (decimal): -10776467 or 7180379. OLE color: 7180379.

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

Color convert

RGB 91 144 109 -
CMYK 0.37 0 0.24 0.44
HSL 140.38º 0.23% 0.46% -
HSV(B) 140.38º 0.37% 0.56% -
XYZ 17.05 23.27 18.06 -
YUV 124.16 119.44 104.35 -
System Red Green Blue C M Y K H S L
Decimal 91 144 109 0.37 0 0.24 0.44 140.38 0.23 0.46
Hex 5B 90 6D 25 0 18 2C 8C 17 2E
Octal 133 220 155 45 0 30 54 214 27 56
Binary 1011011 10010000 1101101 100101 0 11000 101100 10001100 10111 101110

Color Harmonies of #5B906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B906D

Black with #5B906D

Text Example


Text Example

White with #5B906D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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