Html Css Color HEX #555B31 Saratoga

📋 copy color: '#555B31'

red 85 ◦ green 91 ◦ blue 49

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

Shades of Saratoga #555B31

Tints of Saratoga #555B31

RGB

 RED value IS 85 (33.59% from 255) = 37.78%

 GREEN value IS 91 (35.94% from 255) = 40.44%

 BLUE value IS 49 (19.53% from 255) = 21.78%

R = 37.78%
G = 40.44%
B = 21.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#555B31 (or 0x555B31) is known color: Saratoga. HEX triplet: 55, 5B and 31. RGB value is (85,91,49). Sum of RGB (Red+Green+Blue) = 85+91+49=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 49 (19.53% from 255 or 21.78% from 225); Max value from RGB is 91 - color contains mainly: green. Hex color #555B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B31 is #AAA4CE. Grayscale: #545454. Windows color (decimal): -11183311 or 3234645. OLE color: 3234645.

HSL color Cylindrical-coordinate representation of color #555B31: hue angle of 68.57º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #555B31 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 91 49 -
CMYK 0.07 0 0.46 0.64
HSL 68.57º 0.3% 0.27% -
HSV(B) 68.57º 0.46% 0.36% -
XYZ 8.04 9.64 4.34 -
YUV 84.42 108.01 128.42 -
System Red Green Blue C M Y K H S L
Decimal 85 91 49 0.07 0 0.46 0.64 68.57 0.3 0.27
Hex 55 5B 31 7 0 2E 40 45 1E 1B
Octal 125 133 61 7 0 56 100 105 36 33
Binary 1010101 1011011 110001 111 0 101110 1000000 1000101 11110 11011

Color Harmonies of #555B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B31

Black with #555B31

Text Example


Text Example

White with #555B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555B31; }

 p { color: rgb(85,91,49); }

 H1.HeaderClassName
 {
   color: #555B31;
 }
 .AnyTagClassName
 {
   color: #555B31;
 }
</style>

background-color css

<style>
 a { background-color: #555B31; }

 a { background-color: rgb(85,91,49); }

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

border-color css

<style>
 span { border-color: #555B31; }

 span { border-color: rgb(85,91,49); }

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