Html Css Color HEX #505CBD Free Speech Blue

📋 copy color: '#505CBD'

red 80 ◦ green 92 ◦ blue 189

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

Shades of Free Speech Blue #505CBD

Tints of Free Speech Blue #505CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 52.35%

R = 22.16%
G = 25.48%
B = 52.35%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#505CBD (or 0x505CBD) is known color: Free Speech Blue. HEX triplet: 50, 5C and BD. RGB value is (80,92,189). Sum of RGB (Red+Green+Blue) = 80+92+189=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 189 (74.22% from 255 or 52.35% from 361); Max value from RGB is 189 - color contains mainly: blue. Hex color #505CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBD is #AFA342. Grayscale: #636363. Windows color (decimal): -11510595 or 12409936. OLE color: 12409936.

HSL color Cylindrical-coordinate representation of color #505CBD: hue angle of 233.39º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #505CBD is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 80 92 189 -
CMYK 0.58 0.51 0 0.26
HSL 233.39º 0.45% 0.53% -
HSV(B) 233.39º 0.58% 0.74% -
XYZ 16.32 13.03 49.8 -
YUV 99.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 80 92 189 0.58 0.51 0 0.26 233.39 0.45 0.53
Hex 50 5C BD 3A 33 0 1A E9 2D 35
Octal 120 134 275 72 63 0 32 351 55 65
Binary 1010000 1011100 10111101 111010 110011 0 11010 11101001 101101 110101

Color Harmonies of #505CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CBD

Black with #505CBD

Text Example


Text Example

White with #505CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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