Html Css Color HEX #50659B San Marino

📋 copy color: '#50659B'

red 80 ◦ green 101 ◦ blue 155

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

Shades of San Marino #50659B

Tints of San Marino #50659B

RGB

 RED value IS 80 (31.64% from 255) = 23.81%

 GREEN value IS 101 (39.84% from 255) = 30.06%

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

R = 23.81%
G = 30.06%
B = 46.13%

CMYK

 C value IS 0.48

 M value IS 0.35

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50659B (or 0x50659B) is known color: San Marino. HEX triplet: 50, 65 and 9B. RGB value is (80,101,155). Sum of RGB (Red+Green+Blue) = 80+101+155=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 155 (60.94% from 255 or 46.13% from 336); Max value from RGB is 155 - color contains mainly: blue. Hex color #50659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50659B is #AF9A64. Grayscale: #646464. Windows color (decimal): -11508325 or 10184016. OLE color: 10184016.

HSL color Cylindrical-coordinate representation of color #50659B: hue angle of 223.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50659B is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 101 155 -
CMYK 0.48 0.35 0 0.39
HSL 223.2º 0.32% 0.46% -
HSV(B) 223.2º 0.48% 0.61% -
XYZ 13.88 13.38 32.86 -
YUV 100.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 80 101 155 0.48 0.35 0 0.39 223.2 0.32 0.46
Hex 50 65 9B 30 23 0 27 DF 20 2E
Octal 120 145 233 60 43 0 47 337 40 56
Binary 1010000 1100101 10011011 110000 100011 0 100111 11011111 100000 101110

Color Harmonies of #50659B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50659B

Black with #50659B

Text Example


Text Example

White with #50659B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,101,155); }

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

background-color css

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

 a { background-color: rgb(80,101,155); }

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

border-color css

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

 span { border-color: rgb(80,101,155); }

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