#507898

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

Shades of San Marino #507898

Tints of San Marino #507898

Color information

#507898 (or 0x507898) is unknown color: approx San Marino. HEX triplet: 50, 78 and 98. RGB value is (80,120,152). Sum of RGB (Red+Green+Blue) = 80+120+152=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 120 (47.27% from 255 or 34.09% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #507898 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507898 is #AF8767. Grayscale: #6F6F6F. Windows color (decimal): -11503464 or 9992272. OLE color: 9992272.

HSL color Cylindrical-coordinate representation of color #507898: hue angle of 206.67º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #507898 is Cyan = 0.47, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB80120152-
CMYK0.470.2100.40
HSL206.67º31.03%45.49%-
HSV(B)206.67º47.37%59.61%-
XYZ15.6917.4132.24-
YUV111.69150.75105.4-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 22.73%
GREEN value IS 120 (47.27% from 255) = 34.09%
BLUE value IS 152 (59.77% from 255) = 43.18%
R=22.73%
G=34.09%
B=43.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal801201520.470.2100.40206.6731.0345.49
Hex5078982F15028cf1f2d
Octal12017023057250503173755
Binary10100001111000100110001011111010101010001100111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #507898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #507898; }

 p { color: rgb(80,120,152); }

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

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

 a { background-color: rgb(80,120,152); }

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

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

 span { border-color: rgb(80,120,152); }

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