Html Css Color HEX #504BCC Free Speech Blue

📋 copy color: '#504BCC'

red 80 ◦ green 75 ◦ blue 204

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

Shades of Free Speech Blue #504BCC

Tints of Free Speech Blue #504BCC

RGB

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

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

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

R = 22.28%
G = 20.89%
B = 56.82%

CMYK

 C value IS 0.61

 M value IS 0.63

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#504BCC (or 0x504BCC) is known color: Free Speech Blue. HEX triplet: 50, 4B and CC. RGB value is (80,75,204). Sum of RGB (Red+Green+Blue) = 80+75+204=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #504BCC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #504BCC is #AFB433. Grayscale: #5A5A5A. Windows color (decimal): -11514932 or 13388624. OLE color: 13388624.

HSL color Cylindrical-coordinate representation of color #504BCC: hue angle of 242.33º degrees, saturation: 0.56, 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 #504BCC is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 75 204 -
CMYK 0.61 0.63 0 0.2
HSL 242.33º 0.56% 0.55% -
HSV(B) 242.33º 0.63% 0.8% -
XYZ 16.72 11.1 58.39 -
YUV 91.2 191.66 120.01 -
System Red Green Blue C M Y K H S L
Decimal 80 75 204 0.61 0.63 0 0.2 242.33 0.56 0.55
Hex 50 4B CC 3D 3F 0 14 F2 38 37
Octal 120 113 314 75 77 0 24 362 70 67
Binary 1010000 1001011 11001100 111101 111111 0 10100 11110010 111000 110111

Color Harmonies of #504BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BCC

Black with #504BCC

Text Example


Text Example

White with #504BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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