Html Css Color HEX #504CCB Free Speech Blue

📋 copy color: '#504CCB'

red 80 ◦ green 76 ◦ blue 203

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

Shades of Free Speech Blue #504CCB

Tints of Free Speech Blue #504CCB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.17%

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

R = 22.28%
G = 21.17%
B = 56.55%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#504CCB (or 0x504CCB) is known color: Free Speech Blue. HEX triplet: 50, 4C and CB. RGB value is (80,76,203). Sum of RGB (Red+Green+Blue) = 80+76+203=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 203 (79.69% from 255 or 56.55% from 359); Max value from RGB is 203 - color contains mainly: blue. Hex color #504CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504CCB is #AFB334. Grayscale: #5B5B5B. Windows color (decimal): -11514677 or 13323344. OLE color: 13323344.

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

Color convert

RGB 80 76 203 -
CMYK 0.61 0.63 0 0.20
HSL 241.89º 0.55% 0.55% -
HSV(B) 241.89º 0.63% 0.8% -
XYZ 16.67 11.19 57.78 -
YUV 91.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 80 76 203 0.61 0.63 0 0.20 241.89 0.55 0.55
Hex 50 4C CB 3D 3F 0 14 F2 37 37
Octal 120 114 313 75 77 0 24 362 67 67
Binary 1010000 1001100 11001011 111101 111111 0 10100 11110010 110111 110111

Color Harmonies of #504CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504CCB

Black with #504CCB

Text Example


Text Example

White with #504CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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