Html Css Color HEX #5066BD Free Speech Blue

📋 copy color: '#5066BD'

red 80 ◦ green 102 ◦ blue 189

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

Shades of Free Speech Blue #5066BD

Tints of Free Speech Blue #5066BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.94%

R = 21.56%
G = 27.49%
B = 50.94%

CMYK

 C value IS 0.58

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5066BD (or 0x5066BD) is known color: Free Speech Blue. HEX triplet: 50, 66 and BD. RGB value is (80,102,189). Sum of RGB (Red+Green+Blue) = 80+102+189=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #5066BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5066BD is #AF9942. Grayscale: #686868. Windows color (decimal): -11508035 or 12412496. OLE color: 12412496.

HSL color Cylindrical-coordinate representation of color #5066BD: hue angle of 227.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5066BD is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 102 189 -
CMYK 0.58 0.46 0 0.26
HSL 227.89º 0.45% 0.53% -
HSV(B) 227.89º 0.58% 0.74% -
XYZ 17.24 14.88 50.11 -
YUV 105.34 175.21 109.93 -
System Red Green Blue C M Y K H S L
Decimal 80 102 189 0.58 0.46 0 0.26 227.89 0.45 0.53
Hex 50 66 BD 3A 2E 0 1A E4 2D 35
Octal 120 146 275 72 56 0 32 344 55 65
Binary 1010000 1100110 10111101 111010 101110 0 11010 11100100 101101 110101

Color Harmonies of #5066BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5066BD

Black with #5066BD

Text Example


Text Example

White with #5066BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5066BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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