#506599

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

Shades of San Marino #506599

Tints of San Marino #506599

Color information

#506599 (or 0x506599) is unknown color: approx San Marino. HEX triplet: 50, 65 and 99. RGB value is (80,101,153). Sum of RGB (Red+Green+Blue) = 80+101+153=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #506599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506599 is #AF9A66. Grayscale: #646464. Windows color (decimal): -11508327 or 10052944. OLE color: 10052944.

HSL color Cylindrical-coordinate representation of color #506599: hue angle of 222.74º degrees, saturation: 0.31, 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 #506599 is Cyan = 0.48, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB80101153-
CMYK0.480.3400.4
HSL222.74º31.33%45.69%-
HSV(B)222.74º47.71%60%-
XYZ13.7113.3131.98-
YUV100.65157.54113.27-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.95%
GREEN value IS 101 (39.84% from 255) = 30.24%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=23.95%
G=30.24%
B=45.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801011530.480.3400.4222.7431.3345.69
Hex5065993022028df1f2e
Octal12014523160420503373756
Binary101000011001011001100111000010001001010001101111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506599; }

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

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

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

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

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

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

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

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