Html Css Color HEX #50669A San Marino

📋 copy color: '#50669A'

red 80 ◦ green 102 ◦ blue 154

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

Shades of San Marino #50669A

Tints of San Marino #50669A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 45.83%

R = 23.81%
G = 30.36%
B = 45.83%

CMYK

 C value IS 0.48

 M value IS 0.34

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50669A (or 0x50669A) is known color: San Marino. HEX triplet: 50, 66 and 9A. RGB value is (80,102,154). Sum of RGB (Red+Green+Blue) = 80+102+154=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 154 (60.55% from 255 or 45.83% from 336); Max value from RGB is 154 - color contains mainly: blue. Hex color #50669A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #50669A is #AF9965. Grayscale: #656565. Windows color (decimal): -11508070 or 10118736. OLE color: 10118736.

HSL color Cylindrical-coordinate representation of color #50669A: hue angle of 222.16º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #50669A is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 102 154 -
CMYK 0.48 0.34 0 0.40
HSL 222.16º 0.32% 0.46% -
HSV(B) 222.16º 0.48% 0.6% -
XYZ 13.89 13.54 32.45 -
YUV 101.35 157.71 112.77 -
System Red Green Blue C M Y K H S L
Decimal 80 102 154 0.48 0.34 0 0.40 222.16 0.32 0.46
Hex 50 66 9A 30 22 0 28 DE 20 2E
Octal 120 146 232 60 42 0 50 336 40 56
Binary 1010000 1100110 10011010 110000 100010 0 101000 11011110 100000 101110

Color Harmonies of #50669A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50669A

Black with #50669A

Text Example


Text Example

White with #50669A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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