Html Css Color HEX #556C9D San Marino

📋 copy color: '#556C9D'

red 85 ◦ green 108 ◦ blue 157

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

Shades of San Marino #556C9D

Tints of San Marino #556C9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 44.86%

R = 24.29%
G = 30.86%
B = 44.86%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#556C9D (or 0x556C9D) is known color: San Marino. HEX triplet: 55, 6C and 9D. RGB value is (85,108,157). Sum of RGB (Red+Green+Blue) = 85+108+157=350 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.29% from 350); Green value is 108 (42.58% from 255 or 30.86% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #556C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #556C9D is #AA9362. Grayscale: #6A6A6A. Windows color (decimal): -11178851 or 10316885. OLE color: 10316885.

HSL color Cylindrical-coordinate representation of color #556C9D: hue angle of 220.83º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #556C9D is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 108 157 -
CMYK 0.46 0.31 0 0.38
HSL 220.83º 0.3% 0.47% -
HSV(B) 220.83º 0.46% 0.62% -
XYZ 15.19 15.09 34.01 -
YUV 106.71 156.38 112.52 -
System Red Green Blue C M Y K H S L
Decimal 85 108 157 0.46 0.31 0 0.38 220.83 0.3 0.47
Hex 55 6C 9D 2E 1F 0 26 DD 1E 2F
Octal 125 154 235 56 37 0 46 335 36 57
Binary 1010101 1101100 10011101 101110 11111 0 100110 11011101 11110 101111

Color Harmonies of #556C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556C9D

Black with #556C9D

Text Example


Text Example

White with #556C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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