Html Css Color HEX #55679B San Marino

📋 copy color: '#55679B'

red 85 ◦ green 103 ◦ blue 155

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

Shades of San Marino #55679B

Tints of San Marino #55679B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.03%

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

R = 24.78%
G = 30.03%
B = 45.19%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55679B (or 0x55679B) is known color: San Marino. HEX triplet: 55, 67 and 9B. RGB value is (85,103,155). Sum of RGB (Red+Green+Blue) = 85+103+155=343 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.78% from 343); Green value is 103 (40.62% from 255 or 30.03% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #55679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55679B is #AA9864. Grayscale: #676767. Windows color (decimal): -11180133 or 10184533. OLE color: 10184533.

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

Color convert

RGB 85 103 155 -
CMYK 0.45 0.34 0 0.39
HSL 224.57º 0.29% 0.47% -
HSV(B) 224.57º 0.45% 0.61% -
XYZ 14.51 14 32.95 -
YUV 103.55 157.04 114.77 -
System Red Green Blue C M Y K H S L
Decimal 85 103 155 0.45 0.34 0 0.39 224.57 0.29 0.47
Hex 55 67 9B 2D 22 0 27 E1 1D 2F
Octal 125 147 233 55 42 0 47 341 35 57
Binary 1010101 1100111 10011011 101101 100010 0 100111 11100001 11101 101111

Color Harmonies of #55679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55679B

Black with #55679B

Text Example


Text Example

White with #55679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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