Html Css Color HEX #507AA5 San Marino

📋 copy color: '#507AA5'

red 80 ◦ green 122 ◦ blue 165

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

Shades of San Marino #507AA5

Tints of San Marino #507AA5

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 165 (64.84% from 255) = 44.96%

R = 21.8%
G = 33.24%
B = 44.96%

CMYK

 C value IS 0.52

 M value IS 0.26

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#507AA5 (or 0x507AA5) is known color: San Marino. HEX triplet: 50, 7A and A5. RGB value is (80,122,165). Sum of RGB (Red+Green+Blue) = 80+122+165=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 165 (64.84% from 255 or 44.96% from 367); Max value from RGB is 165 - color contains mainly: blue. Hex color #507AA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507AA5 is #AF855A. Grayscale: #727272. Windows color (decimal): -11502939 or 10844752. OLE color: 10844752.

HSL color Cylindrical-coordinate representation of color #507AA5: hue angle of 210.35º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #507AA5 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 122 165 -
CMYK 0.52 0.26 0 0.35
HSL 210.35º 0.35% 0.48% -
HSV(B) 210.35º 0.52% 0.65% -
XYZ 17.06 18.34 38.24 -
YUV 114.34 156.59 103.5 -
System Red Green Blue C M Y K H S L
Decimal 80 122 165 0.52 0.26 0 0.35 210.35 0.35 0.48
Hex 50 7A A5 34 1A 0 23 D2 23 30
Octal 120 172 245 64 32 0 43 322 43 60
Binary 1010000 1111010 10100101 110100 11010 0 100011 11010010 100011 110000

Color Harmonies of #507AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507AA5

Black with #507AA5

Text Example


Text Example

White with #507AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507AA5; }

 p { color: rgb(80,122,165); }

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

background-color css

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

 a { background-color: rgb(80,122,165); }

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

border-color css

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

 span { border-color: rgb(80,122,165); }

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