Html Css Color HEX #55699D San Marino

📋 copy color: '#55699D'

red 85 ◦ green 105 ◦ blue 157

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

Shades of San Marino #55699D

Tints of San Marino #55699D

RGB

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

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

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

R = 24.5%
G = 30.26%
B = 45.24%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#55699D (or 0x55699D) is known color: San Marino. HEX triplet: 55, 69 and 9D. RGB value is (85,105,157). Sum of RGB (Red+Green+Blue) = 85+105+157=347 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.50% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #55699D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699D is #AA9662. Grayscale: #686868. Windows color (decimal): -11179619 or 10316117. OLE color: 10316117.

HSL color Cylindrical-coordinate representation of color #55699D: hue angle of 223.33º 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 #55699D is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 105 157 -
CMYK 0.46 0.33 0 0.38
HSL 223.33º 0.3% 0.47% -
HSV(B) 223.33º 0.46% 0.62% -
XYZ 14.88 14.47 33.91 -
YUV 104.95 157.37 113.77 -
System Red Green Blue C M Y K H S L
Decimal 85 105 157 0.46 0.33 0 0.38 223.33 0.3 0.47
Hex 55 69 9D 2E 21 0 26 DF 1E 2F
Octal 125 151 235 56 41 0 46 337 36 57
Binary 1010101 1101001 10011101 101110 100001 0 100110 11011111 11110 101111

Color Harmonies of #55699D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55699D

Black with #55699D

Text Example


Text Example

White with #55699D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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