Html Css Color HEX #566027 Saratoga

📋 copy color: '#566027'

red 86 ◦ green 96 ◦ blue 39

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

Shades of Saratoga #566027

Tints of Saratoga #566027

RGB

 RED value IS 86 (33.98% from 255) = 38.91%

 GREEN value IS 96 (37.89% from 255) = 43.44%

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 38.91%
G = 43.44%
B = 17.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#566027 (or 0x566027) is known color: Saratoga. HEX triplet: 56, 60 and 27. RGB value is (86,96,39). Sum of RGB (Red+Green+Blue) = 86+96+39=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #566027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566027 is #A99FD8. Grayscale: #565656. Windows color (decimal): -11116505 or 2580566. OLE color: 2580566.

HSL color Cylindrical-coordinate representation of color #566027: hue angle of 70.53º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #566027 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 86 96 39 -
CMYK 0.10 0 0.59 0.62
HSL 70.53º 0.42% 0.26% -
HSV(B) 70.53º 0.59% 0.38% -
XYZ 8.39 10.49 3.5 -
YUV 86.51 101.19 127.63 -
System Red Green Blue C M Y K H S L
Decimal 86 96 39 0.10 0 0.59 0.62 70.53 0.42 0.26
Hex 56 60 27 A 0 3B 3E 47 2A 1A
Octal 126 140 47 12 0 73 76 107 52 32
Binary 1010110 1100000 100111 1010 0 111011 111110 1000111 101010 11010

Color Harmonies of #566027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566027

Black with #566027

Text Example


Text Example

White with #566027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566027; }

 p { color: rgb(86,96,39); }

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

background-color css

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

 a { background-color: rgb(86,96,39); }

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

border-color css

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

 span { border-color: rgb(86,96,39); }

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