Html Css Color HEX #5069AB San Marino

📋 copy color: '#5069AB'

red 80 ◦ green 105 ◦ blue 171

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

Shades of San Marino #5069AB

Tints of San Marino #5069AB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 22.47%
G = 29.49%
B = 48.03%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5069AB (or 0x5069AB) is known color: San Marino. HEX triplet: 50, 69 and AB. RGB value is (80,105,171). Sum of RGB (Red+Green+Blue) = 80+105+171=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #5069AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5069AB is #AF9654. Grayscale: #686868. Windows color (decimal): -11507285 or 11233616. OLE color: 11233616.

HSL color Cylindrical-coordinate representation of color #5069AB: hue angle of 223.52º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5069AB is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 105 171 -
CMYK 0.53 0.39 0 0.33
HSL 223.52º 0.36% 0.49% -
HSV(B) 223.52º 0.53% 0.67% -
XYZ 15.71 14.75 40.55 -
YUV 105.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 80 105 171 0.53 0.39 0 0.33 223.52 0.36 0.49
Hex 50 69 AB 35 27 0 21 E0 24 31
Octal 120 151 253 65 47 0 41 340 44 61
Binary 1010000 1101001 10101011 110101 100111 0 100001 11100000 100100 110001

Color Harmonies of #5069AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5069AB

Black with #5069AB

Text Example


Text Example

White with #5069AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5069AB; }

 p { color: rgb(80,105,171); }

 H1.HeaderClassName
 {
   color: #5069AB;
 }
 .AnyTagClassName
 {
   color: #5069AB;
 }
</style>

background-color css

<style>
 a { background-color: #5069AB; }

 a { background-color: rgb(80,105,171); }

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

border-color css

<style>
 span { border-color: #5069AB; }

 span { border-color: rgb(80,105,171); }

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