Html Css Color HEX #5B5D33 Saratoga

📋 copy color: '#5B5D33'

red 91 ◦ green 93 ◦ blue 51

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

Shades of Saratoga #5B5D33

Tints of Saratoga #5B5D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 39.57%

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

R = 38.72%
G = 39.57%
B = 21.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.45

 K value IS 0.64

RGB Variations

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

Color information

#5B5D33 (or 0x5B5D33) is known color: Saratoga. HEX triplet: 5B, 5D and 33. RGB value is (91,93,51). Sum of RGB (Red+Green+Blue) = 91+93+51=235 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.72% from 235); Green value is 93 (36.72% from 255 or 39.57% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D33 is #A4A2CC. Grayscale: #575757. Windows color (decimal): -10789581 or 3366235. OLE color: 3366235.

HSL color Cylindrical-coordinate representation of color #5B5D33: hue angle of 62.86º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5B5D33 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 93 51 -
CMYK 0.02 0 0.45 0.64
HSL 62.86º 0.29% 0.28% -
HSV(B) 62.86º 0.45% 0.36% -
XYZ 8.83 10.29 4.65 -
YUV 87.61 107.34 130.42 -
System Red Green Blue C M Y K H S L
Decimal 91 93 51 0.02 0 0.45 0.64 62.86 0.29 0.28
Hex 5B 5D 33 2 0 2D 40 3F 1D 1C
Octal 133 135 63 2 0 55 100 77 35 34
Binary 1011011 1011101 110011 10 0 101101 1000000 111111 11101 11100

Color Harmonies of #5B5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D33

Black with #5B5D33

Text Example


Text Example

White with #5B5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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