Html Css Color HEX #507598 San Marino

📋 copy color: '#507598'

red 80 ◦ green 117 ◦ blue 152

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

Shades of San Marino #507598

Tints of San Marino #507598

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.52%

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

R = 22.92%
G = 33.52%
B = 43.55%

CMYK

 C value IS 0.47

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#507598 (or 0x507598) is known color: San Marino. HEX triplet: 50, 75 and 98. RGB value is (80,117,152). Sum of RGB (Red+Green+Blue) = 80+117+152=349 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.92% from 349); Green value is 117 (46.09% from 255 or 33.52% from 349); Blue value is 152 (59.77% from 255 or 43.55% from 349); Max value from RGB is 152 - color contains mainly: blue. Hex color #507598 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507598 is #AF8A67. Grayscale: #6D6D6D. Windows color (decimal): -11504232 or 9991504. OLE color: 9991504.

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

Color convert

RGB 80 117 152 -
CMYK 0.47 0.23 0 0.40
HSL 209.17º 0.31% 0.45% -
HSV(B) 209.17º 0.47% 0.6% -
XYZ 15.34 16.7 32.12 -
YUV 109.93 151.74 106.65 -
System Red Green Blue C M Y K H S L
Decimal 80 117 152 0.47 0.23 0 0.40 209.17 0.31 0.45
Hex 50 75 98 2F 17 0 28 D1 1F 2D
Octal 120 165 230 57 27 0 50 321 37 55
Binary 1010000 1110101 10011000 101111 10111 0 101000 11010001 11111 101101

Color Harmonies of #507598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507598

Black with #507598

Text Example


Text Example

White with #507598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507598; }

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

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

background-color css

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

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

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

border-color css

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

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

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