Html Css Color HEX #55679C San Marino

📋 copy color: '#55679C'

red 85 ◦ green 103 ◦ blue 156

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

Shades of San Marino #55679C

Tints of San Marino #55679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.35%

R = 24.71%
G = 29.94%
B = 45.35%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55679C (or 0x55679C) is known color: San Marino. HEX triplet: 55, 67 and 9C. RGB value is (85,103,156). Sum of RGB (Red+Green+Blue) = 85+103+156=344 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.71% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #55679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #55679C is #AA9863. Grayscale: #676767. Windows color (decimal): -11180132 or 10250069. OLE color: 10250069.

HSL color Cylindrical-coordinate representation of color #55679C: hue angle of 224.79º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55679C is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 103 156 -
CMYK 0.46 0.34 0 0.39
HSL 224.79º 0.29% 0.47% -
HSV(B) 224.79º 0.46% 0.61% -
XYZ 14.6 14.03 33.39 -
YUV 103.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 85 103 156 0.46 0.34 0 0.39 224.79 0.29 0.47
Hex 55 67 9C 2E 22 0 27 E1 1D 2F
Octal 125 147 234 56 42 0 47 341 35 57
Binary 1010101 1100111 10011100 101110 100010 0 100111 11100001 11101 101111

Color Harmonies of #55679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55679C

Black with #55679C

Text Example


Text Example

White with #55679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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