Html Css Color HEX #506DB4 San Marino

📋 copy color: '#506DB4'

red 80 ◦ green 109 ◦ blue 180

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

Shades of San Marino #506DB4

Tints of San Marino #506DB4

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.54%

 BLUE value IS 180 (70.7% from 255) = 48.78%

R = 21.68%
G = 29.54%
B = 48.78%

CMYK

 C value IS 0.56

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#506DB4 (or 0x506DB4) is known color: San Marino. HEX triplet: 50, 6D and B4. RGB value is (80,109,180). Sum of RGB (Red+Green+Blue) = 80+109+180=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 180 (70.70% from 255 or 48.78% from 369); Max value from RGB is 180 - color contains mainly: blue. Hex color #506DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506DB4 is #AF924B. Grayscale: #6C6C6C. Windows color (decimal): -11506252 or 11824464. OLE color: 11824464.

HSL color Cylindrical-coordinate representation of color #506DB4: hue angle of 222.6º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #506DB4 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 80 109 180 -
CMYK 0.56 0.39 0 0.29
HSL 222.6º 0.4% 0.51% -
HSV(B) 222.6º 0.56% 0.71% -
XYZ 17.02 15.94 45.36 -
YUV 108.42 168.39 107.73 -
System Red Green Blue C M Y K H S L
Decimal 80 109 180 0.56 0.39 0 0.29 222.6 0.4 0.51
Hex 50 6D B4 38 27 0 1D DF 28 33
Octal 120 155 264 70 47 0 35 337 50 63
Binary 1010000 1101101 10110100 111000 100111 0 11101 11011111 101000 110011

Color Harmonies of #506DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506DB4

Black with #506DB4

Text Example


Text Example

White with #506DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506DB4; }

 p { color: rgb(80,109,180); }

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

background-color css

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

 a { background-color: rgb(80,109,180); }

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

border-color css

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

 span { border-color: rgb(80,109,180); }

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