Html Css Color HEX #566023 Saratoga

📋 copy color: '#566023'

red 86 ◦ green 96 ◦ blue 35

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

Shades of Saratoga #566023

Tints of Saratoga #566023

RGB

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

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

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

R = 39.63%
G = 44.24%
B = 16.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.62

RGB Variations

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

Color information

#566023 (or 0x566023) is known color: Saratoga. HEX triplet: 56, 60 and 23. RGB value is (86,96,35). Sum of RGB (Red+Green+Blue) = 86+96+35=217 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.63% from 217); Green value is 96 (37.89% from 255 or 44.24% from 217); Blue value is 35 (14.06% from 255 or 16.13% from 217); Max value from RGB is 96 - color contains mainly: green. Hex color #566023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #566023 is #A99FDC. Grayscale: #565656. Windows color (decimal): -11116509 or 2318422. OLE color: 2318422.

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

Color convert

RGB 86 96 35 -
CMYK 0.10 0 0.64 0.62
HSL 69.84º 0.47% 0.26% -
HSV(B) 69.84º 0.64% 0.38% -
XYZ 8.32 10.47 3.17 -
YUV 86.06 99.19 127.96 -
System Red Green Blue C M Y K H S L
Decimal 86 96 35 0.10 0 0.64 0.62 69.84 0.47 0.26
Hex 56 60 23 A 0 40 3E 46 2F 1A
Octal 126 140 43 12 0 100 76 106 57 32
Binary 1010110 1100000 100011 1010 0 1000000 111110 1000110 101111 11010

Color Harmonies of #566023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #566023

Black with #566023

Text Example


Text Example

White with #566023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #566023; }

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

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

background-color css

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

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

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

border-color css

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

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

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