Html Css Color HEX #56649B San Marino

📋 copy color: '#56649B'

red 86 ◦ green 100 ◦ blue 155

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

Shades of San Marino #56649B

Tints of San Marino #56649B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 155 (60.94% from 255) = 45.45%

R = 25.22%
G = 29.33%
B = 45.45%

CMYK

 C value IS 0.45

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56649B (or 0x56649B) is known color: San Marino. HEX triplet: 56, 64 and 9B. RGB value is (86,100,155). Sum of RGB (Red+Green+Blue) = 86+100+155=341 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.22% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #56649B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56649B is #A99B64. Grayscale: #656565. Windows color (decimal): -11115365 or 10183766. OLE color: 10183766.

HSL color Cylindrical-coordinate representation of color #56649B: hue angle of 227.83º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56649B is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 100 155 -
CMYK 0.45 0.35 0 0.39
HSL 227.83º 0.29% 0.47% -
HSV(B) 227.83º 0.45% 0.61% -
XYZ 14.31 13.46 32.85 -
YUV 102.08 157.86 116.53 -
System Red Green Blue C M Y K H S L
Decimal 86 100 155 0.45 0.35 0 0.39 227.83 0.29 0.47
Hex 56 64 9B 2D 23 0 27 E4 1D 2F
Octal 126 144 233 55 43 0 47 344 35 57
Binary 1010110 1100100 10011011 101101 100011 0 100111 11100100 11101 101111

Color Harmonies of #56649B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56649B

Black with #56649B

Text Example


Text Example

White with #56649B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56649B; }

 p { color: rgb(86,100,155); }

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

background-color css

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

 a { background-color: rgb(86,100,155); }

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

border-color css

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

 span { border-color: rgb(86,100,155); }

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