Html Css Color HEX #55699E San Marino

📋 copy color: '#55699E'

red 85 ◦ green 105 ◦ blue 158

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

Shades of San Marino #55699E

Tints of San Marino #55699E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.17%

 BLUE value IS 158 (62.11% from 255) = 45.4%

R = 24.43%
G = 30.17%
B = 45.4%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55699E (or 0x55699E) is known color: San Marino. HEX triplet: 55, 69 and 9E. RGB value is (85,105,158). Sum of RGB (Red+Green+Blue) = 85+105+158=348 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.43% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 158 - color contains mainly: blue. Hex color #55699E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699E is #AA9661. Grayscale: #686868. Windows color (decimal): -11179618 or 10381653. OLE color: 10381653.

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

Color convert

RGB 85 105 158 -
CMYK 0.46 0.34 0 0.38
HSL 223.56º 0.3% 0.48% -
HSV(B) 223.56º 0.46% 0.62% -
XYZ 14.97 14.5 34.36 -
YUV 105.06 157.87 113.69 -
System Red Green Blue C M Y K H S L
Decimal 85 105 158 0.46 0.34 0 0.38 223.56 0.3 0.48
Hex 55 69 9E 2E 22 0 26 E0 1E 30
Octal 125 151 236 56 42 0 46 340 36 60
Binary 1010101 1101001 10011110 101110 100010 0 100110 11100000 11110 110000

Color Harmonies of #55699E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55699E

Black with #55699E

Text Example


Text Example

White with #55699E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55699E; }

 p { color: rgb(85,105,158); }

 H1.HeaderClassName
 {
   color: #55699E;
 }
 .AnyTagClassName
 {
   color: #55699E;
 }
</style>

background-color css

<style>
 a { background-color: #55699E; }

 a { background-color: rgb(85,105,158); }

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

border-color css

<style>
 span { border-color: #55699E; }

 span { border-color: rgb(85,105,158); }

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