Html Css Color HEX #50669D San Marino

📋 copy color: '#50669D'

red 80 ◦ green 102 ◦ blue 157

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

Shades of San Marino #50669D

Tints of San Marino #50669D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.09%

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

R = 23.6%
G = 30.09%
B = 46.31%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#50669D (or 0x50669D) is known color: San Marino. HEX triplet: 50, 66 and 9D. RGB value is (80,102,157). Sum of RGB (Red+Green+Blue) = 80+102+157=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 157 - color contains mainly: blue. Hex color #50669D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50669D is #AF9962. Grayscale: #656565. Windows color (decimal): -11508067 or 10315344. OLE color: 10315344.

HSL color Cylindrical-coordinate representation of color #50669D: hue angle of 222.86º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #50669D is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 102 157 -
CMYK 0.49 0.35 0 0.38
HSL 222.86º 0.32% 0.46% -
HSV(B) 222.86º 0.49% 0.62% -
XYZ 14.15 13.64 33.79 -
YUV 101.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 80 102 157 0.49 0.35 0 0.38 222.86 0.32 0.46
Hex 50 66 9D 31 23 0 26 DF 20 2E
Octal 120 146 235 61 43 0 46 337 40 56
Binary 1010000 1100110 10011101 110001 100011 0 100110 11011111 100000 101110

Color Harmonies of #50669D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50669D

Black with #50669D

Text Example


Text Example

White with #50669D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,102,157); }

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

background-color css

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

 a { background-color: rgb(80,102,157); }

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

border-color css

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

 span { border-color: rgb(80,102,157); }

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