Html Css Color HEX #555A28 Saratoga

📋 copy color: '#555A28'

red 85 ◦ green 90 ◦ blue 40

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

Shades of Saratoga #555A28

Tints of Saratoga #555A28

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.86%

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

R = 39.53%
G = 41.86%
B = 18.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.56

 K value IS 0.65

RGB Variations

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

Color information

#555A28 (or 0x555A28) is known color: Saratoga. HEX triplet: 55, 5A and 28. RGB value is (85,90,40). Sum of RGB (Red+Green+Blue) = 85+90+40=215 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.53% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #555A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555A28 is #AAA5D7. Grayscale: #535353. Windows color (decimal): -11183576 or 2644565. OLE color: 2644565.

HSL color Cylindrical-coordinate representation of color #555A28: hue angle of 66º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #555A28 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 90 40 -
CMYK 0.06 0 0.56 0.65
HSL 66º 0.38% 0.25% -
HSV(B) 66º 0.56% 0.35% -
XYZ 7.79 9.4 3.41 -
YUV 82.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 85 90 40 0.06 0 0.56 0.65 66 0.38 0.25
Hex 55 5A 28 6 0 38 41 42 26 19
Octal 125 132 50 6 0 70 101 102 46 31
Binary 1010101 1011010 101000 110 0 111000 1000001 1000010 100110 11001

Color Harmonies of #555A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A28

Black with #555A28

Text Example


Text Example

White with #555A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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