Html Css Color HEX #507498 San Marino

📋 copy color: '#507498'

red 80 ◦ green 116 ◦ blue 152

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

Shades of San Marino #507498

Tints of San Marino #507498

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.33%

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

R = 22.99%
G = 33.33%
B = 43.68%

CMYK

 C value IS 0.47

 M value IS 0.24

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507498 (or 0x507498) is known color: San Marino. HEX triplet: 50, 74 and 98. RGB value is (80,116,152). Sum of RGB (Red+Green+Blue) = 80+116+152=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 116 (45.70% from 255 or 33.33% from 348); Blue value is 152 (59.77% from 255 or 43.68% from 348); Max value from RGB is 152 - color contains mainly: blue. Hex color #507498 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507498 is #AF8B67. Grayscale: #6D6D6D. Windows color (decimal): -11504488 or 9991248. OLE color: 9991248.

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

Color convert

RGB 80 116 152 -
CMYK 0.47 0.24 0 0.40
HSL 210º 0.31% 0.45% -
HSV(B) 210º 0.47% 0.6% -
XYZ 15.22 16.46 32.08 -
YUV 109.34 152.07 107.07 -
System Red Green Blue C M Y K H S L
Decimal 80 116 152 0.47 0.24 0 0.40 210 0.31 0.45
Hex 50 74 98 2F 18 0 28 D2 1F 2D
Octal 120 164 230 57 30 0 50 322 37 55
Binary 1010000 1110100 10011000 101111 11000 0 101000 11010010 11111 101101

Color Harmonies of #507498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507498

Black with #507498

Text Example


Text Example

White with #507498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507498; }

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

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

background-color css

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

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

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

border-color css

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

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

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