Html Css Color HEX #506698 San Marino

📋 copy color: '#506698'

red 80 ◦ green 102 ◦ blue 152

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

Shades of San Marino #506698

Tints of San Marino #506698

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 23.95%
G = 30.54%
B = 45.51%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#506698 (or 0x506698) is known color: San Marino. HEX triplet: 50, 66 and 98. RGB value is (80,102,152). Sum of RGB (Red+Green+Blue) = 80+102+152=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 152 (59.77% from 255 or 45.51% from 334); Max value from RGB is 152 - color contains mainly: blue. Hex color #506698 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506698 is #AF9967. Grayscale: #646464. Windows color (decimal): -11508072 or 9987664. OLE color: 9987664.

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

Color convert

RGB 80 102 152 -
CMYK 0.47 0.33 0 0.40
HSL 221.67º 0.31% 0.45% -
HSV(B) 221.67º 0.47% 0.6% -
XYZ 13.73 13.48 31.58 -
YUV 101.12 156.71 112.93 -
System Red Green Blue C M Y K H S L
Decimal 80 102 152 0.47 0.33 0 0.40 221.67 0.31 0.45
Hex 50 66 98 2F 21 0 28 DE 1F 2D
Octal 120 146 230 57 41 0 50 336 37 55
Binary 1010000 1100110 10011000 101111 100001 0 101000 11011110 11111 101101

Color Harmonies of #506698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506698

Black with #506698

Text Example


Text Example

White with #506698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506698; }

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

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

background-color css

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

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

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

border-color css

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

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

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