Html Css Color HEX #505CBA Free Speech Blue

📋 copy color: '#505CBA'

red 80 ◦ green 92 ◦ blue 186

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

Shades of Free Speech Blue #505CBA

Tints of Free Speech Blue #505CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 51.96%

R = 22.35%
G = 25.7%
B = 51.96%

CMYK

 C value IS 0.57

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#505CBA (or 0x505CBA) is known color: Free Speech Blue. HEX triplet: 50, 5C and BA. RGB value is (80,92,186). Sum of RGB (Red+Green+Blue) = 80+92+186=358 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.35% from 358); Green value is 92 (36.33% from 255 or 25.70% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #505CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CBA is #AFA345. Grayscale: #626262. Windows color (decimal): -11510598 or 12213328. OLE color: 12213328.

HSL color Cylindrical-coordinate representation of color #505CBA: hue angle of 233.21º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #505CBA is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 92 186 -
CMYK 0.57 0.51 0 0.27
HSL 233.21º 0.43% 0.52% -
HSV(B) 233.21º 0.57% 0.73% -
XYZ 16 12.9 48.1 -
YUV 99.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 80 92 186 0.57 0.51 0 0.27 233.21 0.43 0.52
Hex 50 5C BA 39 33 0 1B E9 2B 34
Octal 120 134 272 71 63 0 33 351 53 64
Binary 1010000 1011100 10111010 111001 110011 0 11011 11101001 101011 110100

Color Harmonies of #505CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CBA

Black with #505CBA

Text Example


Text Example

White with #505CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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