Html Css Color HEX #565F28 Saratoga

📋 copy color: '#565F28'

red 86 ◦ green 95 ◦ blue 40

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

Shades of Saratoga #565F28

Tints of Saratoga #565F28

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.99%

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

R = 38.91%
G = 42.99%
B = 18.1%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.63

RGB Variations

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

Color information

#565F28 (or 0x565F28) is known color: Saratoga. HEX triplet: 56, 5F and 28. RGB value is (86,95,40). Sum of RGB (Red+Green+Blue) = 86+95+40=221 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.91% from 221); Green value is 95 (37.5% from 255 or 42.99% from 221); Blue value is 40 (16.02% from 255 or 18.10% from 221); Max value from RGB is 95 - color contains mainly: green. Hex color #565F28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565F28 is #A9A0D7. Grayscale: #565656. Windows color (decimal): -11116760 or 2645846. OLE color: 2645846.

HSL color Cylindrical-coordinate representation of color #565F28: hue angle of 69.82º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #565F28 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB 86 95 40 -
CMYK 0.09 0 0.58 0.63
HSL 69.82º 0.41% 0.26% -
HSV(B) 69.82º 0.58% 0.37% -
XYZ 8.31 10.32 3.56 -
YUV 86.04 102.02 127.97 -
System Red Green Blue C M Y K H S L
Decimal 86 95 40 0.09 0 0.58 0.63 69.82 0.41 0.26
Hex 56 5F 28 9 0 3A 3F 46 29 1A
Octal 126 137 50 11 0 72 77 106 51 32
Binary 1010110 1011111 101000 1001 0 111010 111111 1000110 101001 11010

Color Harmonies of #565F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565F28

Black with #565F28

Text Example


Text Example

White with #565F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565F28; }

 p { color: rgb(86,95,40); }

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

background-color css

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

 a { background-color: rgb(86,95,40); }

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

border-color css

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

 span { border-color: rgb(86,95,40); }

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