Html Css Color HEX #556CAE San Marino

📋 copy color: '#556CAE'

red 85 ◦ green 108 ◦ blue 174

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

Shades of San Marino #556CAE

Tints of San Marino #556CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.43%

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

R = 23.16%
G = 29.43%
B = 47.41%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#556CAE (or 0x556CAE) is known color: San Marino. HEX triplet: 55, 6C and AE. RGB value is (85,108,174). Sum of RGB (Red+Green+Blue) = 85+108+174=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 174 (68.36% from 255 or 47.41% from 367); Max value from RGB is 174 - color contains mainly: blue. Hex color #556CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556CAE is #AA9351. Grayscale: #6C6C6C. Windows color (decimal): -11178834 or 11430997. OLE color: 11430997.

HSL color Cylindrical-coordinate representation of color #556CAE: hue angle of 224.49º 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 #556CAE is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 108 174 -
CMYK 0.51 0.38 0 0.32
HSL 224.49º 0.35% 0.51% -
HSV(B) 224.49º 0.51% 0.68% -
XYZ 16.75 15.71 42.19 -
YUV 108.65 164.88 111.13 -
System Red Green Blue C M Y K H S L
Decimal 85 108 174 0.51 0.38 0 0.32 224.49 0.35 0.51
Hex 55 6C AE 33 26 0 20 E0 23 33
Octal 125 154 256 63 46 0 40 340 43 63
Binary 1010101 1101100 10101110 110011 100110 0 100000 11100000 100011 110011

Color Harmonies of #556CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556CAE

Black with #556CAE

Text Example


Text Example

White with #556CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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