Html Css Color HEX #504BCE Free Speech Blue

📋 copy color: '#504BCE'

red 80 ◦ green 75 ◦ blue 206

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

Shades of Free Speech Blue #504BCE

Tints of Free Speech Blue #504BCE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.78%

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 22.16%
G = 20.78%
B = 57.06%

CMYK

 C value IS 0.61

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#504BCE (or 0x504BCE) is known color: Free Speech Blue. HEX triplet: 50, 4B and CE. RGB value is (80,75,206). Sum of RGB (Red+Green+Blue) = 80+75+206=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 75 (29.69% from 255 or 20.78% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #504BCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BCE is #AFB431. Grayscale: #5A5A5A. Windows color (decimal): -11514930 or 13519696. OLE color: 13519696.

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

Color convert

RGB 80 75 206 -
CMYK 0.61 0.64 0 0.19
HSL 242.29º 0.57% 0.55% -
HSV(B) 242.29º 0.64% 0.81% -
XYZ 16.96 11.19 59.66 -
YUV 91.43 192.66 119.85 -
System Red Green Blue C M Y K H S L
Decimal 80 75 206 0.61 0.64 0 0.19 242.29 0.57 0.55
Hex 50 4B CE 3D 40 0 13 F2 39 37
Octal 120 113 316 75 100 0 23 362 71 67
Binary 1010000 1001011 11001110 111101 1000000 0 10011 11110010 111001 110111

Color Harmonies of #504BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BCE

Black with #504BCE

Text Example


Text Example

White with #504BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,75,206); }

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

background-color css

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

 a { background-color: rgb(80,75,206); }

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

border-color css

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

 span { border-color: rgb(80,75,206); }

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