Html Css Color HEX #555B33 Saratoga

📋 copy color: '#555B33'

red 85 ◦ green 91 ◦ blue 51

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

Shades of Saratoga #555B33

Tints of Saratoga #555B33

RGB

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

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

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

R = 37.44%
G = 40.09%
B = 22.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.44

 K value IS 0.64

RGB Variations

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

Color information

#555B33 (or 0x555B33) is known color: Saratoga. HEX triplet: 55, 5B and 33. RGB value is (85,91,51). Sum of RGB (Red+Green+Blue) = 85+91+51=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 91 - color contains mainly: green. Hex color #555B33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B33 is #AAA4CC. Grayscale: #545454. Windows color (decimal): -11183309 or 3365717. OLE color: 3365717.

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

Color convert

RGB 85 91 51 -
CMYK 0.07 0 0.44 0.64
HSL 69º 0.28% 0.28% -
HSV(B) 69º 0.44% 0.36% -
XYZ 8.08 9.65 4.57 -
YUV 84.65 109.01 128.25 -
System Red Green Blue C M Y K H S L
Decimal 85 91 51 0.07 0 0.44 0.64 69 0.28 0.28
Hex 55 5B 33 7 0 2C 40 45 1C 1C
Octal 125 133 63 7 0 54 100 105 34 34
Binary 1010101 1011011 110011 111 0 101100 1000000 1000101 11100 11100

Color Harmonies of #555B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B33

Black with #555B33

Text Example


Text Example

White with #555B33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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