Html Css Color HEX #506ACB Free Speech Blue

📋 copy color: '#506ACB'

red 80 ◦ green 106 ◦ blue 203

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

Shades of Free Speech Blue #506ACB

Tints of Free Speech Blue #506ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.19%

R = 20.57%
G = 27.25%
B = 52.19%

CMYK

 C value IS 0.61

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#506ACB (or 0x506ACB) is known color: Free Speech Blue. HEX triplet: 50, 6A and CB. RGB value is (80,106,203). Sum of RGB (Red+Green+Blue) = 80+106+203=389 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.57% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #506ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #506ACB is #AF9534. Grayscale: #6C6C6C. Windows color (decimal): -11506997 or 13331024. OLE color: 13331024.

HSL color Cylindrical-coordinate representation of color #506ACB: hue angle of 227.32º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #506ACB is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 106 203 -
CMYK 0.61 0.48 0 0.20
HSL 227.32º 0.54% 0.55% -
HSV(B) 227.32º 0.61% 0.8% -
XYZ 19.24 16.33 58.64 -
YUV 109.28 180.89 107.11 -
System Red Green Blue C M Y K H S L
Decimal 80 106 203 0.61 0.48 0 0.20 227.32 0.54 0.55
Hex 50 6A CB 3D 30 0 14 E3 36 37
Octal 120 152 313 75 60 0 24 343 66 67
Binary 1010000 1101010 11001011 111101 110000 0 10100 11100011 110110 110111

Color Harmonies of #506ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506ACB

Black with #506ACB

Text Example


Text Example

White with #506ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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