Html Css Color HEX #506594 San Marino

📋 copy color: '#506594'

red 80 ◦ green 101 ◦ blue 148

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

Shades of San Marino #506594

Tints of San Marino #506594

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.7%

 BLUE value IS 148 (58.2% from 255) = 44.98%

R = 24.32%
G = 30.7%
B = 44.98%

CMYK

 C value IS 0.46

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#506594 (or 0x506594) is known color: San Marino. HEX triplet: 50, 65 and 94. RGB value is (80,101,148). Sum of RGB (Red+Green+Blue) = 80+101+148=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 101 (39.84% from 255 or 30.70% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #506594 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #506594 is #AF9A6B. Grayscale: #636363. Windows color (decimal): -11508332 or 9725264. OLE color: 9725264.

HSL color Cylindrical-coordinate representation of color #506594: hue angle of 221.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #506594 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 101 148 -
CMYK 0.46 0.32 0 0.42
HSL 221.47º 0.3% 0.45% -
HSV(B) 221.47º 0.46% 0.58% -
XYZ 13.31 13.15 29.85 -
YUV 100.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 80 101 148 0.46 0.32 0 0.42 221.47 0.3 0.45
Hex 50 65 94 2E 20 0 2A DD 1E 2D
Octal 120 145 224 56 40 0 52 335 36 55
Binary 1010000 1100101 10010100 101110 100000 0 101010 11011101 11110 101101

Color Harmonies of #506594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506594

Black with #506594

Text Example


Text Example

White with #506594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506594; }

 p { color: rgb(80,101,148); }

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

background-color css

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

 a { background-color: rgb(80,101,148); }

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

border-color css

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

 span { border-color: rgb(80,101,148); }

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