Html Css Color HEX #507698 San Marino

📋 copy color: '#507698'

red 80 ◦ green 118 ◦ blue 152

#507698
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of San Marino #507698

Tints of San Marino #507698

RGB

 RED value IS 80 (31.64% from 255) = 22.86%

 GREEN value IS 118 (46.48% from 255) = 33.71%

 BLUE value IS 152 (59.77% from 255) = 43.43%

R = 22.86%
G = 33.71%
B = 43.43%

CMYK

 C value IS 0.47

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507698 (or 0x507698) is known color: San Marino. HEX triplet: 50, 76 and 98. RGB value is (80,118,152). Sum of RGB (Red+Green+Blue) = 80+118+152=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 118 (46.48% from 255 or 33.71% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #507698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507698 is #AF8967. Grayscale: #6E6E6E. Windows color (decimal): -11503976 or 9991760. OLE color: 9991760.

HSL color Cylindrical-coordinate representation of color #507698: hue angle of 208.33º 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 #507698 is Cyan = 0.47, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 118 152 -
CMYK 0.47 0.22 0 0.40
HSL 208.33º 0.31% 0.45% -
HSV(B) 208.33º 0.47% 0.6% -
XYZ 15.45 16.93 32.16 -
YUV 110.51 151.41 106.24 -
System Red Green Blue C M Y K H S L
Decimal 80 118 152 0.47 0.22 0 0.40 208.33 0.31 0.45
Hex 50 76 98 2F 16 0 28 D0 1F 2D
Octal 120 166 230 57 26 0 50 320 37 55
Binary 1010000 1110110 10011000 101111 10110 0 101000 11010000 11111 101101

Color Harmonies of #507698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507698

Black with #507698

Text Example


Text Example

White with #507698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507698; }

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

 H1.HeaderClassName
 {
   color: #507698;
 }
 .AnyTagClassName
 {
   color: #507698;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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