Html Css Color HEX #555923 Saratoga

📋 copy color: '#555923'

red 85 ◦ green 89 ◦ blue 35

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

Shades of Saratoga #555923

Tints of Saratoga #555923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 42.58%

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

R = 40.67%
G = 42.58%
B = 16.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.65

RGB Variations

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

Color information

#555923 (or 0x555923) is known color: Saratoga. HEX triplet: 55, 59 and 23. RGB value is (85,89,35). Sum of RGB (Red+Green+Blue) = 85+89+35=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #555923 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555923 is #AAA6DC. Grayscale: #515151. Windows color (decimal): -11183837 or 2316629. OLE color: 2316629.

HSL color Cylindrical-coordinate representation of color #555923: hue angle of 64.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #555923 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 35 -
CMYK 0.04 0 0.61 0.65
HSL 64.44º 0.44% 0.24% -
HSV(B) 64.44º 0.61% 0.35% -
XYZ 7.62 9.2 2.96 -
YUV 81.65 101.67 130.39 -
System Red Green Blue C M Y K H S L
Decimal 85 89 35 0.04 0 0.61 0.65 64.44 0.44 0.24
Hex 55 59 23 4 0 3D 41 40 2C 18
Octal 125 131 43 4 0 75 101 100 54 30
Binary 1010101 1011001 100011 100 0 111101 1000001 1000000 101100 11000

Color Harmonies of #555923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555923

Black with #555923

Text Example


Text Example

White with #555923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555923; }

 p { color: rgb(85,89,35); }

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

background-color css

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

 a { background-color: rgb(85,89,35); }

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

border-color css

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

 span { border-color: rgb(85,89,35); }

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