Html Css Color HEX #507599 San Marino

📋 copy color: '#507599'

red 80 ◦ green 117 ◦ blue 153

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

Shades of San Marino #507599

Tints of San Marino #507599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 22.86%
G = 33.43%
B = 43.71%

CMYK

 C value IS 0.48

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#507599 (or 0x507599) is known color: San Marino. HEX triplet: 50, 75 and 99. RGB value is (80,117,153). Sum of RGB (Red+Green+Blue) = 80+117+153=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 153 - color contains mainly: blue. Hex color #507599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507599 is #AF8A66. Grayscale: #6D6D6D. Windows color (decimal): -11504231 or 10057040. OLE color: 10057040.

HSL color Cylindrical-coordinate representation of color #507599: hue angle of 209.59º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507599 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 117 153 -
CMYK 0.48 0.24 0 0.4
HSL 209.59º 0.31% 0.46% -
HSV(B) 209.59º 0.48% 0.6% -
XYZ 15.42 16.73 32.55 -
YUV 110.04 152.24 106.57 -
System Red Green Blue C M Y K H S L
Decimal 80 117 153 0.48 0.24 0 0.4 209.59 0.31 0.46
Hex 50 75 99 30 18 0 28 D2 1F 2E
Octal 120 165 231 60 30 0 50 322 37 56
Binary 1010000 1110101 10011001 110000 11000 0 101000 11010010 11111 101110

Color Harmonies of #507599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507599

Black with #507599

Text Example


Text Example

White with #507599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507599; }

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

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

background-color css

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

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

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

border-color css

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

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

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