Html Css Color HEX #504ACC Free Speech Blue

📋 copy color: '#504ACC'

red 80 ◦ green 74 ◦ blue 204

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

Shades of Free Speech Blue #504ACC

Tints of Free Speech Blue #504ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.98%

R = 22.35%
G = 20.67%
B = 56.98%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#504ACC (or 0x504ACC) is known color: Free Speech Blue. HEX triplet: 50, 4A and CC. RGB value is (80,74,204). Sum of RGB (Red+Green+Blue) = 80+74+204=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #504ACC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504ACC is #AFB533. Grayscale: #5A5A5A. Windows color (decimal): -11515188 or 13388368. OLE color: 13388368.

HSL color Cylindrical-coordinate representation of color #504ACC: hue angle of 242.77º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #504ACC is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 74 204 -
CMYK 0.61 0.64 0 0.2
HSL 242.77º 0.56% 0.55% -
HSV(B) 242.77º 0.64% 0.8% -
XYZ 16.66 10.96 58.36 -
YUV 90.61 191.99 120.43 -
System Red Green Blue C M Y K H S L
Decimal 80 74 204 0.61 0.64 0 0.2 242.77 0.56 0.55
Hex 50 4A CC 3D 40 0 14 F3 38 37
Octal 120 112 314 75 100 0 24 363 70 67
Binary 1010000 1001010 11001100 111101 1000000 0 10100 11110011 111000 110111

Color Harmonies of #504ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504ACC

Black with #504ACC

Text Example


Text Example

White with #504ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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