Html Css Color HEX #55649C San Marino

📋 copy color: '#55649C'

red 85 ◦ green 100 ◦ blue 156

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

Shades of San Marino #55649C

Tints of San Marino #55649C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.75%

R = 24.93%
G = 29.33%
B = 45.75%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55649C (or 0x55649C) is known color: San Marino. HEX triplet: 55, 64 and 9C. RGB value is (85,100,156). Sum of RGB (Red+Green+Blue) = 85+100+156=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 156 - color contains mainly: blue. Hex color #55649C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55649C is #AA9B63. Grayscale: #656565. Windows color (decimal): -11180900 or 10249301. OLE color: 10249301.

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

Color convert

RGB 85 100 156 -
CMYK 0.46 0.36 0 0.39
HSL 227.32º 0.29% 0.47% -
HSV(B) 227.32º 0.46% 0.61% -
XYZ 14.3 13.45 33.29 -
YUV 101.9 158.53 115.95 -
System Red Green Blue C M Y K H S L
Decimal 85 100 156 0.46 0.36 0 0.39 227.32 0.29 0.47
Hex 55 64 9C 2E 24 0 27 E3 1D 2F
Octal 125 144 234 56 44 0 47 343 35 57
Binary 1010101 1100100 10011100 101110 100100 0 100111 11100011 11101 101111

Color Harmonies of #55649C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55649C

Black with #55649C

Text Example


Text Example

White with #55649C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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