Html Css Color HEX #5B6133 Saratoga

📋 copy color: '#5B6133'

red 91 ◦ green 97 ◦ blue 51

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

Shades of Saratoga #5B6133

Tints of Saratoga #5B6133

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 38.08%
G = 40.59%
B = 21.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#5B6133 (or 0x5B6133) is known color: Saratoga. HEX triplet: 5B, 61 and 33. RGB value is (91,97,51). Sum of RGB (Red+Green+Blue) = 91+97+51=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 97 - color contains mainly: green. Hex color #5B6133 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6133 is #A49ECC. Grayscale: #5A5A5A. Windows color (decimal): -10788557 or 3367259. OLE color: 3367259.

HSL color Cylindrical-coordinate representation of color #5B6133: hue angle of 67.83º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B6133 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 91 97 51 -
CMYK 0.06 0 0.47 0.62
HSL 67.83º 0.31% 0.29% -
HSV(B) 67.83º 0.47% 0.38% -
XYZ 9.19 11.01 4.77 -
YUV 89.96 106.01 128.74 -
System Red Green Blue C M Y K H S L
Decimal 91 97 51 0.06 0 0.47 0.62 67.83 0.31 0.29
Hex 5B 61 33 6 0 2F 3E 44 1F 1D
Octal 133 141 63 6 0 57 76 104 37 35
Binary 1011011 1100001 110011 110 0 101111 111110 1000100 11111 11101

Color Harmonies of #5B6133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B6133

Black with #5B6133

Text Example


Text Example

White with #5B6133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,97,51); }

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

background-color css

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

 a { background-color: rgb(91,97,51); }

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

border-color css

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

 span { border-color: rgb(91,97,51); }

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