Html Css Color HEX #505ECC Free Speech Blue

📋 copy color: '#505ECC'

red 80 ◦ green 94 ◦ blue 204

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

Shades of Free Speech Blue #505ECC

Tints of Free Speech Blue #505ECC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.87%

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

R = 21.16%
G = 24.87%
B = 53.97%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#505ECC (or 0x505ECC) is known color: Free Speech Blue. HEX triplet: 50, 5E and CC. RGB value is (80,94,204). Sum of RGB (Red+Green+Blue) = 80+94+204=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 94 (37.11% from 255 or 24.87% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #505ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ECC is #AFA133. Grayscale: #656565. Windows color (decimal): -11510068 or 13393488. OLE color: 13393488.

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

Color convert

RGB 80 94 204 -
CMYK 0.61 0.54 0 0.2
HSL 233.23º 0.55% 0.56% -
HSV(B) 233.23º 0.61% 0.8% -
XYZ 18.21 14.07 58.88 -
YUV 102.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 80 94 204 0.61 0.54 0 0.2 233.23 0.55 0.56
Hex 50 5E CC 3D 36 0 14 E9 37 38
Octal 120 136 314 75 66 0 24 351 67 70
Binary 1010000 1011110 11001100 111101 110110 0 10100 11101001 110111 111000

Color Harmonies of #505ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ECC

Black with #505ECC

Text Example


Text Example

White with #505ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505ECC; }

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

 H1.HeaderClassName
 {
   color: #505ECC;
 }
 .AnyTagClassName
 {
   color: #505ECC;
 }
</style>

background-color css

<style>
 a { background-color: #505ECC; }

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

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

border-color css

<style>
 span { border-color: #505ECC; }

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

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