Html Css Color HEX #506AC8 Free Speech Blue

📋 copy color: '#506AC8'

red 80 ◦ green 106 ◦ blue 200

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

Shades of Free Speech Blue #506AC8

Tints of Free Speech Blue #506AC8

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.46%

 BLUE value IS 200 (78.52% from 255) = 51.81%

R = 20.73%
G = 27.46%
B = 51.81%

CMYK

 C value IS 0.6

 M value IS 0.47

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#506AC8 (or 0x506AC8) is known color: Free Speech Blue. HEX triplet: 50, 6A and C8. RGB value is (80,106,200). Sum of RGB (Red+Green+Blue) = 80+106+200=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 200 (78.52% from 255 or 51.81% from 386); Max value from RGB is 200 - color contains mainly: blue. Hex color #506AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506AC8 is #AF9537. Grayscale: #6C6C6C. Windows color (decimal): -11507000 or 13134416. OLE color: 13134416.

HSL color Cylindrical-coordinate representation of color #506AC8: hue angle of 227º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #506AC8 is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 106 200 -
CMYK 0.6 0.47 0 0.22
HSL 227º 0.52% 0.55% -
HSV(B) 227º 0.6% 0.78% -
XYZ 18.89 16.18 56.77 -
YUV 108.94 179.39 107.36 -
System Red Green Blue C M Y K H S L
Decimal 80 106 200 0.6 0.47 0 0.22 227 0.52 0.55
Hex 50 6A C8 3C 2F 0 16 E3 34 37
Octal 120 152 310 74 57 0 26 343 64 67
Binary 1010000 1101010 11001000 111100 101111 0 10110 11100011 110100 110111

Color Harmonies of #506AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506AC8

Black with #506AC8

Text Example


Text Example

White with #506AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,106,200); }

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

background-color css

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

 a { background-color: rgb(80,106,200); }

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

border-color css

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

 span { border-color: rgb(80,106,200); }

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