Html Css Color HEX #505CC0 Free Speech Blue

📋 copy color: '#505CC0'

red 80 ◦ green 92 ◦ blue 192

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

Shades of Free Speech Blue #505CC0

Tints of Free Speech Blue #505CC0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.27%

 BLUE value IS 192 (75.39% from 255) = 52.75%

R = 21.98%
G = 25.27%
B = 52.75%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#505CC0 (or 0x505CC0) is known color: Free Speech Blue. HEX triplet: 50, 5C and C0. RGB value is (80,92,192). Sum of RGB (Red+Green+Blue) = 80+92+192=364 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.98% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #505CC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CC0 is #AFA33F. Grayscale: #636363. Windows color (decimal): -11510592 or 12606544. OLE color: 12606544.

HSL color Cylindrical-coordinate representation of color #505CC0: hue angle of 233.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505CC0 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 92 192 -
CMYK 0.58 0.52 0 0.25
HSL 233.57º 0.47% 0.53% -
HSV(B) 233.57º 0.58% 0.75% -
XYZ 16.65 13.17 51.53 -
YUV 99.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 80 92 192 0.58 0.52 0 0.25 233.57 0.47 0.53
Hex 50 5C C0 3A 34 0 19 EA 2F 35
Octal 120 134 300 72 64 0 31 352 57 65
Binary 1010000 1011100 11000000 111010 110100 0 11001 11101010 101111 110101

Color Harmonies of #505CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CC0

Black with #505CC0

Text Example


Text Example

White with #505CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,92,192); }

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

background-color css

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

 a { background-color: rgb(80,92,192); }

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

border-color css

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

 span { border-color: rgb(80,92,192); }

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