Html Css Color HEX #55689D San Marino

📋 copy color: '#55689D'

red 85 ◦ green 104 ◦ blue 157

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

Shades of San Marino #55689D

Tints of San Marino #55689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.06%

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

R = 24.57%
G = 30.06%
B = 45.38%

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

#55689D (or 0x55689D) is known color: San Marino. HEX triplet: 55, 68 and 9D. RGB value is (85,104,157). Sum of RGB (Red+Green+Blue) = 85+104+157=346 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.57% from 346); Green value is 104 (41.02% from 255 or 30.06% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #55689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55689D is #AA9762. Grayscale: #686868. Windows color (decimal): -11179875 or 10315861. OLE color: 10315861.

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

Color convert

RGB 85 104 157 -
CMYK 0.46 0.34 0 0.38
HSL 224.17º 0.3% 0.47% -
HSV(B) 224.17º 0.46% 0.62% -
XYZ 14.78 14.27 33.87 -
YUV 104.36 157.71 114.19 -
System Red Green Blue C M Y K H S L
Decimal 85 104 157 0.46 0.34 0 0.38 224.17 0.3 0.47
Hex 55 68 9D 2E 22 0 26 E0 1E 2F
Octal 125 150 235 56 42 0 46 340 36 57
Binary 1010101 1101000 10011101 101110 100010 0 100110 11100000 11110 101111

Color Harmonies of #55689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55689D

Black with #55689D

Text Example


Text Example

White with #55689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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