Html Css Color HEX #507BA4 San Marino

📋 copy color: '#507BA4'

red 80 ◦ green 123 ◦ blue 164

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

Shades of San Marino #507BA4

Tints of San Marino #507BA4

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.51%

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 21.8%
G = 33.51%
B = 44.69%

CMYK

 C value IS 0.51

 M value IS 0.25

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#507BA4 (or 0x507BA4) is known color: San Marino. HEX triplet: 50, 7B and A4. RGB value is (80,123,164). Sum of RGB (Red+Green+Blue) = 80+123+164=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 123 (48.44% from 255 or 33.51% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 164 - color contains mainly: blue. Hex color #507BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507BA4 is #AF845B. Grayscale: #727272. Windows color (decimal): -11502684 or 10779472. OLE color: 10779472.

HSL color Cylindrical-coordinate representation of color #507BA4: hue angle of 209.29º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #507BA4 is Cyan = 0.51, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 123 164 -
CMYK 0.51 0.25 0 0.36
HSL 209.29º 0.34% 0.48% -
HSV(B) 209.29º 0.51% 0.64% -
XYZ 17.09 18.55 37.8 -
YUV 114.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 80 123 164 0.51 0.25 0 0.36 209.29 0.34 0.48
Hex 50 7B A4 33 19 0 24 D1 22 30
Octal 120 173 244 63 31 0 44 321 42 60
Binary 1010000 1111011 10100100 110011 11001 0 100100 11010001 100010 110000

Color Harmonies of #507BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507BA4

Black with #507BA4

Text Example


Text Example

White with #507BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,164); }

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

background-color css

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

 a { background-color: rgb(80,123,164); }

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

border-color css

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

 span { border-color: rgb(80,123,164); }

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