Html Css Color HEX #5B5D23 Saratoga

📋 copy color: '#5B5D23'

red 91 ◦ green 93 ◦ blue 35

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

Shades of Saratoga #5B5D23

Tints of Saratoga #5B5D23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.98%

R = 41.55%
G = 42.47%
B = 15.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.62

 K value IS 0.64

RGB Variations

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

Color information

#5B5D23 (or 0x5B5D23) is known color: Saratoga. HEX triplet: 5B, 5D and 23. RGB value is (91,93,35). Sum of RGB (Red+Green+Blue) = 91+93+35=219 (29% of max value = 765). Red value is 91 (35.94% from 255 or 41.55% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 35 (14.06% from 255 or 15.98% from 219); Max value from RGB is 93 - color contains mainly: green. Hex color #5B5D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5D23 is #A4A2DC. Grayscale: #565656. Windows color (decimal): -10789597 or 2317659. OLE color: 2317659.

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

Color convert

RGB 91 93 35 -
CMYK 0.02 0 0.62 0.64
HSL 62.07º 0.45% 0.25% -
HSV(B) 62.07º 0.62% 0.36% -
XYZ 8.53 10.17 3.1 -
YUV 85.79 99.34 131.72 -
System Red Green Blue C M Y K H S L
Decimal 91 93 35 0.02 0 0.62 0.64 62.07 0.45 0.25
Hex 5B 5D 23 2 0 3E 40 3E 2D 19
Octal 133 135 43 2 0 76 100 76 55 31
Binary 1011011 1011101 100011 10 0 111110 1000000 111110 101101 11001

Color Harmonies of #5B5D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5D23

Black with #5B5D23

Text Example


Text Example

White with #5B5D23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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