Html Css Color HEX #55719B San Marino

📋 copy color: '#55719B'

red 85 ◦ green 113 ◦ blue 155

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

Shades of San Marino #55719B

Tints of San Marino #55719B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 32.01%

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

R = 24.08%
G = 32.01%
B = 43.91%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55719B (or 0x55719B) is known color: San Marino. HEX triplet: 55, 71 and 9B. RGB value is (85,113,155). Sum of RGB (Red+Green+Blue) = 85+113+155=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 113 (44.53% from 255 or 32.01% from 353); Blue value is 155 (60.94% from 255 or 43.91% from 353); Max value from RGB is 155 - color contains mainly: blue. Hex color #55719B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55719B is #AA8E64. Grayscale: #6D6D6D. Windows color (decimal): -11177573 or 10187093. OLE color: 10187093.

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

Color convert

RGB 85 113 155 -
CMYK 0.45 0.27 0 0.39
HSL 216º 0.29% 0.47% -
HSV(B) 216º 0.45% 0.61% -
XYZ 15.57 16.11 33.3 -
YUV 109.42 153.72 110.58 -
System Red Green Blue C M Y K H S L
Decimal 85 113 155 0.45 0.27 0 0.39 216 0.29 0.47
Hex 55 71 9B 2D 1B 0 27 D8 1D 2F
Octal 125 161 233 55 33 0 47 330 35 57
Binary 1010101 1110001 10011011 101101 11011 0 100111 11011000 11101 101111

Color Harmonies of #55719B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55719B

Black with #55719B

Text Example


Text Example

White with #55719B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55719B; }

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

 H1.HeaderClassName
 {
   color: #55719B;
 }
 .AnyTagClassName
 {
   color: #55719B;
 }
</style>

background-color css

<style>
 a { background-color: #55719B; }

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

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

border-color css

<style>
 span { border-color: #55719B; }

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

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