Html Css Color HEX #56649C San Marino

📋 copy color: '#56649C'

red 86 ◦ green 100 ◦ blue 156

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

Shades of San Marino #56649C

Tints of San Marino #56649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.61%

R = 25.15%
G = 29.24%
B = 45.61%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56649C (or 0x56649C) is known color: San Marino. HEX triplet: 56, 64 and 9C. RGB value is (86,100,156). Sum of RGB (Red+Green+Blue) = 86+100+156=342 (45% of max value = 765). Red value is 86 (33.98% from 255 or 25.15% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 156 (61.33% from 255 or 45.61% from 342); Max value from RGB is 156 - color contains mainly: blue. Hex color #56649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #56649C is #A99B63. Grayscale: #656565. Windows color (decimal): -11115364 or 10249302. OLE color: 10249302.

HSL color Cylindrical-coordinate representation of color #56649C: hue angle of 228º 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 #56649C is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 86 100 156 -
CMYK 0.45 0.36 0 0.39
HSL 228º 0.29% 0.47% -
HSV(B) 228º 0.45% 0.61% -
XYZ 14.4 13.49 33.3 -
YUV 102.2 158.36 116.45 -
System Red Green Blue C M Y K H S L
Decimal 86 100 156 0.45 0.36 0 0.39 228 0.29 0.47
Hex 56 64 9C 2D 24 0 27 E4 1D 2F
Octal 126 144 234 55 44 0 47 344 35 57
Binary 1010110 1100100 10011100 101101 100100 0 100111 11100100 11101 101111

Color Harmonies of #56649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56649C

Black with #56649C

Text Example


Text Example

White with #56649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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