Html Css Color HEX #556D9C San Marino

📋 copy color: '#556D9C'

red 85 ◦ green 109 ◦ blue 156

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

Shades of San Marino #556D9C

Tints of San Marino #556D9C

RGB

 RED value IS 85 (33.59% from 255) = 24.29%

 GREEN value IS 109 (42.97% from 255) = 31.14%

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

R = 24.29%
G = 31.14%
B = 44.57%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#556D9C (or 0x556D9C) is known color: San Marino. HEX triplet: 55, 6D and 9C. RGB value is (85,109,156). Sum of RGB (Red+Green+Blue) = 85+109+156=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 109 (42.97% from 255 or 31.14% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #556D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556D9C is #AA9263. Grayscale: #6A6A6A. Windows color (decimal): -11178596 or 10251605. OLE color: 10251605.

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

Color convert

RGB 85 109 156 -
CMYK 0.46 0.30 0 0.39
HSL 219.72º 0.29% 0.47% -
HSV(B) 219.72º 0.46% 0.61% -
XYZ 15.22 15.27 33.6 -
YUV 107.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 85 109 156 0.46 0.30 0 0.39 219.72 0.29 0.47
Hex 55 6D 9C 2E 1E 0 27 DC 1D 2F
Octal 125 155 234 56 36 0 47 334 35 57
Binary 1010101 1101101 10011100 101110 11110 0 100111 11011100 11101 101111

Color Harmonies of #556D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556D9C

Black with #556D9C

Text Example


Text Example

White with #556D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556D9C; }

 p { color: rgb(85,109,156); }

 H1.HeaderClassName
 {
   color: #556D9C;
 }
 .AnyTagClassName
 {
   color: #556D9C;
 }
</style>

background-color css

<style>
 a { background-color: #556D9C; }

 a { background-color: rgb(85,109,156); }

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

border-color css

<style>
 span { border-color: #556D9C; }

 span { border-color: rgb(85,109,156); }

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