Html Css Color HEX #555B28 Saratoga

📋 copy color: '#555B28'

red 85 ◦ green 91 ◦ blue 40

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

Shades of Saratoga #555B28

Tints of Saratoga #555B28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 39.35%
G = 42.13%
B = 18.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.64

RGB Variations

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

Color information

#555B28 (or 0x555B28) is known color: Saratoga. HEX triplet: 55, 5B and 28. RGB value is (85,91,40). Sum of RGB (Red+Green+Blue) = 85+91+40=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 91 (35.94% from 255 or 42.13% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 91 - color contains mainly: green. Hex color #555B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555B28 is #AAA4D7. Grayscale: #535353. Windows color (decimal): -11183320 or 2644821. OLE color: 2644821.

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

Color convert

RGB 85 91 40 -
CMYK 0.07 0 0.56 0.64
HSL 67.06º 0.39% 0.26% -
HSV(B) 67.06º 0.56% 0.36% -
XYZ 7.87 9.57 3.44 -
YUV 83.39 103.51 129.15 -
System Red Green Blue C M Y K H S L
Decimal 85 91 40 0.07 0 0.56 0.64 67.06 0.39 0.26
Hex 55 5B 28 7 0 38 40 43 27 1A
Octal 125 133 50 7 0 70 100 103 47 32
Binary 1010101 1011011 101000 111 0 111000 1000000 1000011 100111 11010

Color Harmonies of #555B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555B28

Black with #555B28

Text Example


Text Example

White with #555B28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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