Html Css Color HEX #565A27 Saratoga

📋 copy color: '#565A27'

red 86 ◦ green 90 ◦ blue 39

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

Shades of Saratoga #565A27

Tints of Saratoga #565A27

RGB

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

 GREEN value IS 90 (35.55% from 255) = 41.86%

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

R = 40%
G = 41.86%
B = 18.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.57

 K value IS 0.65

RGB Variations

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

Color information

#565A27 (or 0x565A27) is known color: Saratoga. HEX triplet: 56, 5A and 27. RGB value is (86,90,39). Sum of RGB (Red+Green+Blue) = 86+90+39=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 90 (35.55% from 255 or 41.86% from 215); Blue value is 39 (15.62% from 255 or 18.14% from 215); Max value from RGB is 90 - color contains mainly: green. Hex color #565A27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565A27 is #A9A5D8. Grayscale: #535353. Windows color (decimal): -11118041 or 2579030. OLE color: 2579030.

HSL color Cylindrical-coordinate representation of color #565A27: hue angle of 64.71º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #565A27 is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB 86 90 39 -
CMYK 0.04 0 0.57 0.65
HSL 64.71º 0.4% 0.25% -
HSV(B) 64.71º 0.57% 0.35% -
XYZ 7.86 9.44 3.33 -
YUV 82.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 86 90 39 0.04 0 0.57 0.65 64.71 0.4 0.25
Hex 56 5A 27 4 0 39 41 41 28 19
Octal 126 132 47 4 0 71 101 101 50 31
Binary 1010110 1011010 100111 100 0 111001 1000001 1000001 101000 11001

Color Harmonies of #565A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565A27

Black with #565A27

Text Example


Text Example

White with #565A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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