Html Css Color HEX #5B9574 Oxley

📋 copy color: '#5B9574'

red 91 ◦ green 149 ◦ blue 116

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

Shades of Oxley #5B9574

Tints of Oxley #5B9574

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

 BLUE value IS 116 (45.7% from 255) = 32.58%

R = 25.56%
G = 41.85%
B = 32.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#5B9574 (or 0x5B9574) is known color: Oxley. HEX triplet: 5B, 95 and 74. RGB value is (91,149,116). Sum of RGB (Red+Green+Blue) = 91+149+116=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 149 - color contains mainly: green. Hex color #5B9574 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9574 is #A46A8B. Grayscale: #7F7F7F. Windows color (decimal): -10775180 or 7640411. OLE color: 7640411.

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

Color convert

RGB 91 149 116 -
CMYK 0.39 0 0.22 0.42
HSL 145.86º 0.24% 0.47% -
HSV(B) 145.86º 0.39% 0.58% -
XYZ 18.21 24.98 20.38 -
YUV 127.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 91 149 116 0.39 0 0.22 0.42 145.86 0.24 0.47
Hex 5B 95 74 27 0 16 2A 92 18 2F
Octal 133 225 164 47 0 26 52 222 30 57
Binary 1011011 10010101 1110100 100111 0 10110 101010 10010010 11000 101111

Color Harmonies of #5B9574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B9574

Black with #5B9574

Text Example


Text Example

White with #5B9574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,116); }

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

background-color css

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

 a { background-color: rgb(91,149,116); }

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

border-color css

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

 span { border-color: rgb(91,149,116); }

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