Html Css Color HEX #556E9B San Marino

📋 copy color: '#556E9B'

red 85 ◦ green 110 ◦ blue 155

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

Shades of San Marino #556E9B

Tints of San Marino #556E9B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 31.43%

 BLUE value IS 155 (60.94% from 255) = 44.29%

R = 24.29%
G = 31.43%
B = 44.29%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#556E9B (or 0x556E9B) is known color: San Marino. HEX triplet: 55, 6E and 9B. RGB value is (85,110,155). Sum of RGB (Red+Green+Blue) = 85+110+155=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #556E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556E9B is #AA9164. Grayscale: #6B6B6B. Windows color (decimal): -11178341 or 10186325. OLE color: 10186325.

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

Color convert

RGB 85 110 155 -
CMYK 0.45 0.29 0 0.39
HSL 218.57º 0.29% 0.47% -
HSV(B) 218.57º 0.45% 0.61% -
XYZ 15.24 15.45 33.19 -
YUV 107.66 154.72 111.84 -
System Red Green Blue C M Y K H S L
Decimal 85 110 155 0.45 0.29 0 0.39 218.57 0.29 0.47
Hex 55 6E 9B 2D 1D 0 27 DB 1D 2F
Octal 125 156 233 55 35 0 47 333 35 57
Binary 1010101 1101110 10011011 101101 11101 0 100111 11011011 11101 101111

Color Harmonies of #556E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556E9B

Black with #556E9B

Text Example


Text Example

White with #556E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,110,155); }

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

background-color css

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

 a { background-color: rgb(85,110,155); }

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

border-color css

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

 span { border-color: rgb(85,110,155); }

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