#5B6233

Color #5B6233 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5B6233

Tints of Saratoga #5B6233

Color information

#5B6233 (or 0x5B6233) is unknown color: approx Saratoga. HEX triplet: 5B, 62 and 33. RGB value is (91,98,51). Sum of RGB (Red+Green+Blue) = 91+98+51=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 51 (20.31% from 255 or 21.25% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #5B6233 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6233 is #A49DCC. Grayscale: #5A5A5A. Windows color (decimal): -10788301 or 3367515. OLE color: 3367515.

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

Color convert

RGB919851-
CMYK0.0700.480.62
HSL68.94º31.54%29.22%-
HSV(B)68.94º47.96%38.43%-
XYZ9.2811.24.8-
YUV90.55105.68128.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 37.92%
GREEN value IS 98 (38.67% from 255) = 40.83%
BLUE value IS 51 (20.31% from 255) = 21.25%
R=37.92%
G=40.83%
B=21.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9198510.0700.480.6268.9431.5429.22
Hex5B623370303E45201d
Octal133142637060761054035
Binary101101111000101100111110110000111110100010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B6233;
 }
 .AnyTagClassName
 {
   color: #5B6233;
 }
</style>
background-color css

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

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

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

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

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

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