Html Css Color HEX #556BAE San Marino

📋 copy color: '#556BAE'

red 85 ◦ green 107 ◦ blue 174

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

Shades of San Marino #556BAE

Tints of San Marino #556BAE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.23%

 BLUE value IS 174 (68.36% from 255) = 47.54%

R = 23.22%
G = 29.23%
B = 47.54%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#556BAE (or 0x556BAE) is known color: San Marino. HEX triplet: 55, 6B and AE. RGB value is (85,107,174). Sum of RGB (Red+Green+Blue) = 85+107+174=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 107 (42.19% from 255 or 29.23% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #556BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556BAE is #AA9451. Grayscale: #6B6B6B. Windows color (decimal): -11179090 or 11430741. OLE color: 11430741.

HSL color Cylindrical-coordinate representation of color #556BAE: hue angle of 225.17º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #556BAE is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 107 174 -
CMYK 0.51 0.39 0 0.32
HSL 225.17º 0.35% 0.51% -
HSV(B) 225.17º 0.51% 0.68% -
XYZ 16.64 15.5 42.16 -
YUV 108.06 165.21 111.55 -
System Red Green Blue C M Y K H S L
Decimal 85 107 174 0.51 0.39 0 0.32 225.17 0.35 0.51
Hex 55 6B AE 33 27 0 20 E1 23 33
Octal 125 153 256 63 47 0 40 341 43 63
Binary 1010101 1101011 10101110 110011 100111 0 100000 11100001 100011 110011

Color Harmonies of #556BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556BAE

Black with #556BAE

Text Example


Text Example

White with #556BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,107,174); }

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

background-color css

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

 a { background-color: rgb(85,107,174); }

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

border-color css

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

 span { border-color: rgb(85,107,174); }

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