Html Css Color HEX #505ACD Free Speech Blue

📋 copy color: '#505ACD'

red 80 ◦ green 90 ◦ blue 205

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

Shades of Free Speech Blue #505ACD

Tints of Free Speech Blue #505ACD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 205 (80.47% from 255) = 54.67%

R = 21.33%
G = 24%
B = 54.67%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#505ACD (or 0x505ACD) is known color: Free Speech Blue. HEX triplet: 50, 5A and CD. RGB value is (80,90,205). Sum of RGB (Red+Green+Blue) = 80+90+205=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #505ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505ACD is #AFA532. Grayscale: #636363. Windows color (decimal): -11511091 or 13458000. OLE color: 13458000.

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

Color convert

RGB 80 90 205 -
CMYK 0.61 0.56 0 0.20
HSL 235.2º 0.56% 0.56% -
HSV(B) 235.2º 0.61% 0.8% -
XYZ 17.98 13.43 59.4 -
YUV 100.12 187.19 113.65 -
System Red Green Blue C M Y K H S L
Decimal 80 90 205 0.61 0.56 0 0.20 235.2 0.56 0.56
Hex 50 5A CD 3D 38 0 14 EB 38 38
Octal 120 132 315 75 70 0 24 353 70 70
Binary 1010000 1011010 11001101 111101 111000 0 10100 11101011 111000 111000

Color Harmonies of #505ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505ACD

Black with #505ACD

Text Example


Text Example

White with #505ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,90,205); }

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

background-color css

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

 a { background-color: rgb(80,90,205); }

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

border-color css

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

 span { border-color: rgb(80,90,205); }

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