Html Css Color HEX #556F9B San Marino

📋 copy color: '#556F9B'

red 85 ◦ green 111 ◦ blue 155

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

Shades of San Marino #556F9B

Tints of San Marino #556F9B

RGB

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

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

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

R = 24.22%
G = 31.62%
B = 44.16%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#556F9B (or 0x556F9B) is known color: San Marino. HEX triplet: 55, 6F and 9B. RGB value is (85,111,155). Sum of RGB (Red+Green+Blue) = 85+111+155=351 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.22% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 155 (60.94% from 255 or 44.16% from 351); Max value from RGB is 155 - color contains mainly: blue. Hex color #556F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556F9B is #AA9064. Grayscale: #6C6C6C. Windows color (decimal): -11178085 or 10186581. OLE color: 10186581.

HSL color Cylindrical-coordinate representation of color #556F9B: hue angle of 217.71º 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 #556F9B is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 111 155 -
CMYK 0.45 0.28 0 0.39
HSL 217.71º 0.29% 0.47% -
HSV(B) 217.71º 0.45% 0.61% -
XYZ 15.35 15.67 33.23 -
YUV 108.24 154.39 111.42 -
System Red Green Blue C M Y K H S L
Decimal 85 111 155 0.45 0.28 0 0.39 217.71 0.29 0.47
Hex 55 6F 9B 2D 1C 0 27 DA 1D 2F
Octal 125 157 233 55 34 0 47 332 35 57
Binary 1010101 1101111 10011011 101101 11100 0 100111 11011010 11101 101111

Color Harmonies of #556F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F9B

Black with #556F9B

Text Example


Text Example

White with #556F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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