#507599

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

Shades of San Marino #507599

Tints of San Marino #507599

Color information

#507599 (or 0x507599) is unknown color: approx San Marino. HEX triplet: 50, 75 and 99. RGB value is (80,117,153). Sum of RGB (Red+Green+Blue) = 80+117+153=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #507599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507599 is #AF8A66. Grayscale: #6D6D6D. Windows color (decimal): -11504231 or 10057040. OLE color: 10057040.

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

Color convert

RGB80117153-
CMYK0.480.2400.4
HSL209.59º31.33%45.69%-
HSV(B)209.59º47.71%60%-
XYZ15.4216.7332.55-
YUV110.04152.24106.57-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.86%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 153 (60.16% from 255) = 43.71%
R=22.86%
G=33.43%
B=43.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal801171530.480.2400.4209.5931.3345.69
Hex5075993018028d21f2e
Octal12016523160300503223756
Binary10100001110101100110011100001100001010001101001011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507599; }

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

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

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

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

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

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

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

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