#5069B1

Color #5069B1 San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #5069B1

Tints of San Marino #5069B1

Color information

#5069B1 (or 0x5069B1) is unknown color: approx San Marino. HEX triplet: 50, 69 and B1. RGB value is (80,105,177). Sum of RGB (Red+Green+Blue) = 80+105+177=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 177 (69.53% from 255 or 48.90% from 362); Max value from RGB is 177 - color contains mainly: blue. Hex color #5069B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5069B1 is #AF964E. Grayscale: #696969. Windows color (decimal): -11507279 or 11626832. OLE color: 11626832.

HSL color Cylindrical-coordinate representation of color #5069B1: hue angle of 224.54º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5069B1 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB80105177-
CMYK0.550.4100.31
HSL224.54º38.34%50.39%-
HSV(B)224.54º54.8%69.41%-
XYZ16.314.9843.63-
YUV105.73168.22109.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.10%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 177 (69.53% from 255) = 48.90%
R=22.10%
G=29.01%
B=48.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal801051770.550.4100.31224.5438.3450.39
Hex5069B1372901Fe12632
Octal12015126167510373414662
Binary101000011010011011000111011110100101111111100001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5069B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5069B1;
 }
 .AnyTagClassName
 {
   color: #5069B1;
 }
</style>
background-color css

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

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

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

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

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

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