Html Css Color HEX #56709E San Marino

📋 copy color: '#56709E'

red 86 ◦ green 112 ◦ blue 158

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

Shades of San Marino #56709E

Tints of San Marino #56709E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.46%

 BLUE value IS 158 (62.11% from 255) = 44.38%

R = 24.16%
G = 31.46%
B = 44.38%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#56709E (or 0x56709E) is known color: San Marino. HEX triplet: 56, 70 and 9E. RGB value is (86,112,158). Sum of RGB (Red+Green+Blue) = 86+112+158=356 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.16% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #56709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56709E is #A98F61. Grayscale: #6D6D6D. Windows color (decimal): -11112290 or 10383446. OLE color: 10383446.

HSL color Cylindrical-coordinate representation of color #56709E: hue angle of 218.33º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #56709E is Cyan = 0.46, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 86 112 158 -
CMYK 0.46 0.29 0 0.38
HSL 218.33º 0.3% 0.48% -
HSV(B) 218.33º 0.46% 0.62% -
XYZ 15.8 16.04 34.61 -
YUV 109.47 155.39 111.26 -
System Red Green Blue C M Y K H S L
Decimal 86 112 158 0.46 0.29 0 0.38 218.33 0.3 0.48
Hex 56 70 9E 2E 1D 0 26 DA 1E 30
Octal 126 160 236 56 35 0 46 332 36 60
Binary 1010110 1110000 10011110 101110 11101 0 100110 11011010 11110 110000

Color Harmonies of #56709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56709E

Black with #56709E

Text Example


Text Example

White with #56709E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56709E; }

 p { color: rgb(86,112,158); }

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

background-color css

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

 a { background-color: rgb(86,112,158); }

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

border-color css

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

 span { border-color: rgb(86,112,158); }

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