Html Css Color HEX #505CCD Free Speech Blue

📋 copy color: '#505CCD'

red 80 ◦ green 92 ◦ blue 205

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

Shades of Free Speech Blue #505CCD

Tints of Free Speech Blue #505CCD

RGB

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

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

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

R = 21.22%
G = 24.4%
B = 54.38%

CMYK

 C value IS 0.61

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#505CCD (or 0x505CCD) is known color: Free Speech Blue. HEX triplet: 50, 5C and CD. RGB value is (80,92,205). Sum of RGB (Red+Green+Blue) = 80+92+205=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #505CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #505CCD is #AFA332. Grayscale: #646464. Windows color (decimal): -11510579 or 13458512. OLE color: 13458512.

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

Color convert

RGB 80 92 205 -
CMYK 0.61 0.55 0 0.20
HSL 234.24º 0.56% 0.56% -
HSV(B) 234.24º 0.61% 0.8% -
XYZ 18.15 13.77 59.46 -
YUV 101.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 80 92 205 0.61 0.55 0 0.20 234.24 0.56 0.56
Hex 50 5C CD 3D 37 0 14 EA 38 38
Octal 120 134 315 75 67 0 24 352 70 70
Binary 1010000 1011100 11001101 111101 110111 0 10100 11101010 111000 111000

Color Harmonies of #505CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505CCD

Black with #505CCD

Text Example


Text Example

White with #505CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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