#507596

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

Shades of San Marino #507596

Tints of San Marino #507596

Color information

#507596 (or 0x507596) is unknown color: approx San Marino. HEX triplet: 50, 75 and 96. RGB value is (80,117,150). Sum of RGB (Red+Green+Blue) = 80+117+150=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 117 (46.09% from 255 or 33.72% from 347); Blue value is 150 (58.98% from 255 or 43.23% from 347); Max value from RGB is 150 - color contains mainly: blue. Hex color #507596 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507596 is #AF8A69. Grayscale: #6D6D6D. Windows color (decimal): -11504234 or 9860432. OLE color: 9860432.

HSL color Cylindrical-coordinate representation of color #507596: hue angle of 208.29º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507596 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB80117150-
CMYK0.470.2200.41
HSL208.29º30.43%45.1%-
HSV(B)208.29º46.67%58.82%-
XYZ15.1716.6331.26-
YUV109.7150.74106.82-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.05%
GREEN value IS 117 (46.09% from 255) = 33.72%
BLUE value IS 150 (58.98% from 255) = 43.23%
R=23.05%
G=33.72%
B=43.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal801171500.470.2200.41208.2930.4345.1
Hex5075962F16029d01e2d
Octal12016522657260513203655
Binary10100001110101100101101011111011001010011101000011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507596; }

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

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

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

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

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

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

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

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