Html Css Color HEX #5066AE San Marino

📋 copy color: '#5066AE'

red 80 ◦ green 102 ◦ blue 174

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

Shades of San Marino #5066AE

Tints of San Marino #5066AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.88%

R = 22.47%
G = 28.65%
B = 48.88%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5066AE (or 0x5066AE) is known color: San Marino. HEX triplet: 50, 66 and AE. RGB value is (80,102,174). Sum of RGB (Red+Green+Blue) = 80+102+174=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #5066AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5066AE is #AF9951. Grayscale: #676767. Windows color (decimal): -11508050 or 11429456. OLE color: 11429456.

HSL color Cylindrical-coordinate representation of color #5066AE: hue angle of 225.96º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5066AE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 102 174 -
CMYK 0.54 0.41 0 0.32
HSL 225.96º 0.37% 0.5% -
HSV(B) 225.96º 0.54% 0.68% -
XYZ 15.7 14.26 41.97 -
YUV 103.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 80 102 174 0.54 0.41 0 0.32 225.96 0.37 0.5
Hex 50 66 AE 36 29 0 20 E2 25 32
Octal 120 146 256 66 51 0 40 342 45 62
Binary 1010000 1100110 10101110 110110 101001 0 100000 11100010 100101 110010

Color Harmonies of #5066AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066AE

Black with #5066AE

Text Example


Text Example

White with #5066AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5066AE; }

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

 H1.HeaderClassName
 {
   color: #5066AE;
 }
 .AnyTagClassName
 {
   color: #5066AE;
 }
</style>

background-color css

<style>
 a { background-color: #5066AE; }

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

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

border-color css

<style>
 span { border-color: #5066AE; }

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

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