Html Css Color HEX #55649F San Marino

📋 copy color: '#55649F'

red 85 ◦ green 100 ◦ blue 159

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

Shades of San Marino #55649F

Tints of San Marino #55649F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.07%

 BLUE value IS 159 (62.5% from 255) = 46.22%

R = 24.71%
G = 29.07%
B = 46.22%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55649F (or 0x55649F) is known color: San Marino. HEX triplet: 55, 64 and 9F. RGB value is (85,100,159). Sum of RGB (Red+Green+Blue) = 85+100+159=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 159 - color contains mainly: blue. Hex color #55649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55649F is #AA9B60. Grayscale: #656565. Windows color (decimal): -11180897 or 10445909. OLE color: 10445909.

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

Color convert

RGB 85 100 159 -
CMYK 0.47 0.37 0 0.38
HSL 227.84º 0.3% 0.48% -
HSV(B) 227.84º 0.47% 0.62% -
XYZ 14.56 13.55 34.65 -
YUV 102.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 85 100 159 0.47 0.37 0 0.38 227.84 0.3 0.48
Hex 55 64 9F 2F 25 0 26 E4 1E 30
Octal 125 144 237 57 45 0 46 344 36 60
Binary 1010101 1100100 10011111 101111 100101 0 100110 11100100 11110 110000

Color Harmonies of #55649F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55649F

Black with #55649F

Text Example


Text Example

White with #55649F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55649F; }

 p { color: rgb(85,100,159); }

 H1.HeaderClassName
 {
   color: #55649F;
 }
 .AnyTagClassName
 {
   color: #55649F;
 }
</style>

background-color css

<style>
 a { background-color: #55649F; }

 a { background-color: rgb(85,100,159); }

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

border-color css

<style>
 span { border-color: #55649F; }

 span { border-color: rgb(85,100,159); }

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