Html Css Color HEX #556FA6 San Marino

📋 copy color: '#556FA6'

red 85 ◦ green 111 ◦ blue 166

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

Shades of San Marino #556FA6

Tints of San Marino #556FA6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.66%

 BLUE value IS 166 (65.23% from 255) = 45.86%

R = 23.48%
G = 30.66%
B = 45.86%

CMYK

 C value IS 0.49

 M value IS 0.33

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#556FA6 (or 0x556FA6) is known color: San Marino. HEX triplet: 55, 6F and A6. RGB value is (85,111,166). Sum of RGB (Red+Green+Blue) = 85+111+166=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 166 (65.23% from 255 or 45.86% from 362); Max value from RGB is 166 - color contains mainly: blue. Hex color #556FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556FA6 is #AA9059. Grayscale: #6D6D6D. Windows color (decimal): -11178074 or 10907477. OLE color: 10907477.

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

Color convert

RGB 85 111 166 -
CMYK 0.49 0.33 0 0.35
HSL 220.74º 0.32% 0.49% -
HSV(B) 220.74º 0.49% 0.65% -
XYZ 16.31 16.05 38.32 -
YUV 109.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 85 111 166 0.49 0.33 0 0.35 220.74 0.32 0.49
Hex 55 6F A6 31 21 0 23 DD 20 31
Octal 125 157 246 61 41 0 43 335 40 61
Binary 1010101 1101111 10100110 110001 100001 0 100011 11011101 100000 110001

Color Harmonies of #556FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556FA6

Black with #556FA6

Text Example


Text Example

White with #556FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,111,166); }

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

background-color css

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

 a { background-color: rgb(85,111,166); }

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

border-color css

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

 span { border-color: rgb(85,111,166); }

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