#556CA4

Color #556CA4 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #556CA4

Tints of San Marino #556CA4

Color information

#556CA4 (or 0x556CA4) is unknown color: approx San Marino. HEX triplet: 55, 6C and A4. RGB value is (85,108,164). Sum of RGB (Red+Green+Blue) = 85+108+164=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 164 (64.45% from 255 or 45.94% from 357); Max value from RGB is 164 - color contains mainly: blue. Hex color #556CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CA4 is #AA935B. Grayscale: #6B6B6B. Windows color (decimal): -11178844 or 10775637. OLE color: 10775637.

HSL color Cylindrical-coordinate representation of color #556CA4: hue angle of 222.53º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #556CA4 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB85108164-
CMYK0.480.3400.36
HSL222.53º31.73%48.82%-
HSV(B)222.53º48.17%64.31%-
XYZ15.8115.3437.25-
YUV107.51159.88111.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.81%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 164 (64.45% from 255) = 45.94%
R=23.81%
G=30.25%
B=45.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal851081640.480.3400.36222.5331.7348.82
Hex556CA43022024df2031
Octal12515424460420443374061
Binary1010101110110010100100110000100010010010011011111100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #556CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,108,164); }

 H1.HeaderClassName
 {
   color: #556CA4;
 }
 .AnyTagClassName
 {
   color: #556CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(85,108,164); }

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

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

 span { border-color: rgb(85,108,164); }

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