Html Css Color HEX #55699B San Marino

📋 copy color: '#55699B'

red 85 ◦ green 105 ◦ blue 155

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

Shades of San Marino #55699B

Tints of San Marino #55699B

RGB

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

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

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

R = 24.64%
G = 30.43%
B = 44.93%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55699B (or 0x55699B) is known color: San Marino. HEX triplet: 55, 69 and 9B. RGB value is (85,105,155). Sum of RGB (Red+Green+Blue) = 85+105+155=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #55699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55699B is #AA9664. Grayscale: #686868. Windows color (decimal): -11179621 or 10185045. OLE color: 10185045.

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

Color convert

RGB 85 105 155 -
CMYK 0.45 0.32 0 0.39
HSL 222.86º 0.29% 0.47% -
HSV(B) 222.86º 0.45% 0.61% -
XYZ 14.71 14.4 33.01 -
YUV 104.72 156.37 113.93 -
System Red Green Blue C M Y K H S L
Decimal 85 105 155 0.45 0.32 0 0.39 222.86 0.29 0.47
Hex 55 69 9B 2D 20 0 27 DF 1D 2F
Octal 125 151 233 55 40 0 47 337 35 57
Binary 1010101 1101001 10011011 101101 100000 0 100111 11011111 11101 101111

Color Harmonies of #55699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55699B

Black with #55699B

Text Example


Text Example

White with #55699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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