Html Css Color HEX #5065AF San Marino

📋 copy color: '#5065AF'

red 80 ◦ green 101 ◦ blue 175

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

Shades of San Marino #5065AF

Tints of San Marino #5065AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 49.16%

R = 22.47%
G = 28.37%
B = 49.16%

CMYK

 C value IS 0.54

 M value IS 0.42

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5065AF (or 0x5065AF) is known color: San Marino. HEX triplet: 50, 65 and AF. RGB value is (80,101,175). Sum of RGB (Red+Green+Blue) = 80+101+175=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 101 (39.84% from 255 or 28.37% from 356); Blue value is 175 (68.75% from 255 or 49.16% from 356); Max value from RGB is 175 - color contains mainly: blue. Hex color #5065AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5065AF is #AF9A50. Grayscale: #666666. Windows color (decimal): -11508305 or 11494736. OLE color: 11494736.

HSL color Cylindrical-coordinate representation of color #5065AF: hue angle of 226.74º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5065AF is Cyan = 0.54, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 80 101 175 -
CMYK 0.54 0.42 0 0.31
HSL 226.74º 0.37% 0.5% -
HSV(B) 226.74º 0.54% 0.69% -
XYZ 15.7 14.11 42.45 -
YUV 103.16 168.54 111.48 -
System Red Green Blue C M Y K H S L
Decimal 80 101 175 0.54 0.42 0 0.31 226.74 0.37 0.5
Hex 50 65 AF 36 2A 0 1F E3 25 32
Octal 120 145 257 66 52 0 37 343 45 62
Binary 1010000 1100101 10101111 110110 101010 0 11111 11100011 100101 110010

Color Harmonies of #5065AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5065AF

Black with #5065AF

Text Example


Text Example

White with #5065AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5065AF; }

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

 H1.HeaderClassName
 {
   color: #5065AF;
 }
 .AnyTagClassName
 {
   color: #5065AF;
 }
</style>

background-color css

<style>
 a { background-color: #5065AF; }

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

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

border-color css

<style>
 span { border-color: #5065AF; }

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

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