Html Css Color HEX #55562F Saratoga

📋 copy color: '#55562F'

red 85 ◦ green 86 ◦ blue 47

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

Shades of Saratoga #55562F

Tints of Saratoga #55562F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.45%

 BLUE value IS 47 (18.75% from 255) = 21.56%

R = 38.99%
G = 39.45%
B = 21.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.66

RGB Variations

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

Color information

#55562F (or 0x55562F) is known color: Saratoga. HEX triplet: 55, 56 and 2F. RGB value is (85,86,47). Sum of RGB (Red+Green+Blue) = 85+86+47=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 86 (33.98% from 255 or 39.45% from 218); Blue value is 47 (18.75% from 255 or 21.56% from 218); Max value from RGB is 86 - color contains mainly: green. Hex color #55562F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55562F is #AAA9D0. Grayscale: #515151. Windows color (decimal): -11184593 or 3102293. OLE color: 3102293.

HSL color Cylindrical-coordinate representation of color #55562F: hue angle of 61.54º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #55562F is Cyan = 0.01, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB 85 86 47 -
CMYK 0.01 0 0.45 0.66
HSL 61.54º 0.29% 0.26% -
HSV(B) 61.54º 0.45% 0.34% -
XYZ 7.59 8.79 3.99 -
YUV 81.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 85 86 47 0.01 0 0.45 0.66 61.54 0.29 0.26
Hex 55 56 2F 1 0 2D 42 3E 1D 1A
Octal 125 126 57 1 0 55 102 76 35 32
Binary 1010101 1010110 101111 1 0 101101 1000010 111110 11101 11010

Color Harmonies of #55562F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55562F

Black with #55562F

Text Example


Text Example

White with #55562F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55562F; }

 p { color: rgb(85,86,47); }

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

background-color css

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

 a { background-color: rgb(85,86,47); }

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

border-color css

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

 span { border-color: rgb(85,86,47); }

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