Html Css Color HEX #504ABF Free Speech Blue

📋 copy color: '#504ABF'

red 80 ◦ green 74 ◦ blue 191

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

Shades of Free Speech Blue #504ABF

Tints of Free Speech Blue #504ABF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.45%

 BLUE value IS 191 (75% from 255) = 55.36%

R = 23.19%
G = 21.45%
B = 55.36%

CMYK

 C value IS 0.58

 M value IS 0.61

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#504ABF (or 0x504ABF) is known color: Free Speech Blue. HEX triplet: 50, 4A and BF. RGB value is (80,74,191). Sum of RGB (Red+Green+Blue) = 80+74+191=345 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.19% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #504ABF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ABF is #AFB540. Grayscale: #585858. Windows color (decimal): -11515201 or 12536400. OLE color: 12536400.

HSL color Cylindrical-coordinate representation of color #504ABF: hue angle of 243.08º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #504ABF is Cyan = 0.58, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 74 191 -
CMYK 0.58 0.61 0 0.25
HSL 243.08º 0.48% 0.52% -
HSV(B) 243.08º 0.61% 0.75% -
XYZ 15.16 10.36 50.49 -
YUV 89.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 80 74 191 0.58 0.61 0 0.25 243.08 0.48 0.52
Hex 50 4A BF 3A 3D 0 19 F3 30 34
Octal 120 112 277 72 75 0 31 363 60 64
Binary 1010000 1001010 10111111 111010 111101 0 11001 11110011 110000 110100

Color Harmonies of #504ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ABF

Black with #504ABF

Text Example


Text Example

White with #504ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504ABF; }

 p { color: rgb(80,74,191); }

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

background-color css

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

 a { background-color: rgb(80,74,191); }

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

border-color css

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

 span { border-color: rgb(80,74,191); }

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