Html Css Color HEX #507A9B San Marino

📋 copy color: '#507A9B'

red 80 ◦ green 122 ◦ blue 155

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

Shades of San Marino #507A9B

Tints of San Marino #507A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 43.42%

R = 22.41%
G = 34.17%
B = 43.42%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#507A9B (or 0x507A9B) is known color: San Marino. HEX triplet: 50, 7A and 9B. RGB value is (80,122,155). Sum of RGB (Red+Green+Blue) = 80+122+155=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 155 - color contains mainly: blue. Hex color #507A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #507A9B is #AF8564. Grayscale: #717171. Windows color (decimal): -11502949 or 10189392. OLE color: 10189392.

HSL color Cylindrical-coordinate representation of color #507A9B: hue angle of 206.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #507A9B is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 122 155 -
CMYK 0.48 0.21 0 0.39
HSL 206.4º 0.32% 0.46% -
HSV(B) 206.4º 0.48% 0.61% -
XYZ 16.18 17.99 33.63 -
YUV 113.2 151.59 104.32 -
System Red Green Blue C M Y K H S L
Decimal 80 122 155 0.48 0.21 0 0.39 206.4 0.32 0.46
Hex 50 7A 9B 30 15 0 27 CE 20 2E
Octal 120 172 233 60 25 0 47 316 40 56
Binary 1010000 1111010 10011011 110000 10101 0 100111 11001110 100000 101110

Color Harmonies of #507A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A9B

Black with #507A9B

Text Example


Text Example

White with #507A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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